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)
|
||||
|
||||
killall alivecheck.sh
|
||||
pkill -9 alivecheck.sh
|
||||
|
||||
# Ensure we don't abuse the CPU in case of failure
|
||||
sleep 1
|
||||
|
|
Loading…
Reference in a new issue