Return more correct result
This commit is contained in:
parent
2908793ce2
commit
f3d785156f
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ final class Monitor extends Command
|
|||
}
|
||||
sleep(5);
|
||||
}
|
||||
return 0;
|
||||
return Command::SUCCESS;
|
||||
}
|
||||
|
||||
private function ping(): int
|
||||
|
|
Loading…
Reference in a new issue