Return more correct result

This commit is contained in:
James Gilliland 2022-03-04 20:01:41 -06:00
parent 2908793ce2
commit f3d785156f

View file

@ -47,7 +47,7 @@ final class Monitor extends Command
}
sleep(5);
}
return 0;
return Command::SUCCESS;
}
private function ping(): int