Ensure the alive checker is always stopped

This commit is contained in:
mathiascode 2020-08-02 14:57:35 +03:00
parent d402fc464a
commit 8cc05ffbeb
1 changed files with 1 additions and 1 deletions

View File

@ -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