This commit is contained in:
2024-11-17 15:08:00 +03:00
parent b79002edcc
commit 493b19c5e4
3 changed files with 6 additions and 6 deletions

View File

@@ -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_("Сервер уже неактивен!");