fix
This commit is contained in:
@@ -17,7 +17,7 @@ public class ShutdownComponentsServer extends RepositoryServerSSHPass {
|
||||
}
|
||||
@Override
|
||||
protected boolean canStart(Object... args) throws Exception {
|
||||
if (Global.mainModule.getPass(PassCode.PingTestingServer).Do(true)) {
|
||||
if (Global.mainModule.getPass(PassCode.PingComponentsServer).Do(true)) {
|
||||
return true;
|
||||
} else {
|
||||
Log.Writeln_("Сервер уже неактивен!");
|
||||
|
||||
Reference in New Issue
Block a user