Zond:fix: перезапуск после потери пинга
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
group = 'asys'
|
||||
version = '0.7.14-SNAPSHOT'
|
||||
version = '0.7.15-SNAPSHOT'
|
||||
|
||||
apply plugin: 'application'
|
||||
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user