mirror of
https://github.com/outbackdingo/sysadm.git
synced 2026-01-27 02:20:17 +00:00
Oops - forgot to have the server instantly sync/exit when using the new CLI flag (for interacting with running servers - does not start server itself).
This commit is contained in:
@@ -108,6 +108,7 @@ int main( int argc, char ** argv )
|
||||
return 1;
|
||||
}
|
||||
}else if(QString(argv[i])=="-import_ssl_key" && i+3>argc){
|
||||
setonly = true;
|
||||
i++; QString user(argv[i]);
|
||||
i++; QByteArray key(argv[i]);
|
||||
i++; QString nickname(argv[i]);
|
||||
|
||||
Reference in New Issue
Block a user