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

@@ -1,5 +1,5 @@
group = 'asys' group = 'asys'
version = '0.7.14-SNAPSHOT' version = '0.7.15-SNAPSHOT'
apply plugin: 'application' apply plugin: 'application'

View File

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