mirror of
https://github.com/outbackdingo/amnezia-client.git
synced 2026-01-27 10:18:14 +00:00
Macos build fix
This commit is contained in:
@@ -70,7 +70,7 @@ void SshConfigurator::openSshTerminal(const ServerCredentials &credentials)
|
||||
.arg(credentials.userName).arg(credentials.hostName).arg(credentials.password));
|
||||
}
|
||||
#else
|
||||
p.setProgram("/bin/bash");
|
||||
p->setProgram("/bin/bash");
|
||||
#endif
|
||||
|
||||
p->startDetached();
|
||||
|
||||
Reference in New Issue
Block a user