no message
This commit is contained in:
@@ -27,7 +27,7 @@ public abstract class RepositoryServerSSHPass<S extends RepositoryServer> extend
|
||||
protected boolean canStart(Object... args) throws Exception {
|
||||
if (!Global.mainModule.getAccount().CheckAdmin(Log))
|
||||
return false;
|
||||
if (Global.normalProperties.ServerUserPassword.isEmpty()){
|
||||
if (Global.normalProperties.ServerUserPassword.isEmpty()) {
|
||||
Log.Writeln_("Не задан пароль");
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user