Archived
0

Zond:fix: перезапуск после потери пинга

This commit is contained in:
2017-07-24 02:13:19 +03:00
parent 9e63c503b9
commit b48f2fc7d4
2 changed files with 2 additions and 2 deletions

View File

@@ -119,7 +119,7 @@ public class ZondCommandHandler implements CommandHandler {
_try = 0;
break;
} else {
if (currTime <= deadTime && !flagManualKill) {
if (currTime <= deadTime && !flagManualKill && !flagForceRestartProcess) {
Shell.getInstance().getOutput().println("[!] Premature end process.");
_try++;
if (_try < 2) {