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