mirror of
https://github.com/kaboomserver/framework.git
synced 2025-06-03 16:54:30 -04:00
Ensure the alive checker is always stopped
This commit is contained in:
parent
d402fc464a
commit
8cc05ffbeb
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ while true; do
|
||||||
|
|
||||||
# Stop alive checker (will be started again on the next run)
|
# Stop alive checker (will be started again on the next run)
|
||||||
|
|
||||||
killall alivecheck.sh
|
pkill -9 alivecheck.sh
|
||||||
|
|
||||||
# Ensure we don't abuse the CPU in case of failure
|
# Ensure we don't abuse the CPU in case of failure
|
||||||
sleep 1
|
sleep 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue