diff --git a/runs/backup.sh b/runs/backup.sh index db825e3379..bb1d9e9d02 100755 --- a/runs/backup.sh +++ b/runs/backup.sh @@ -40,7 +40,7 @@ fi echo "sending 'SIGUSR1' to mosquitto processes" sudo pkill -e -SIGUSR1 mosquitto # give mosquitto some time to finish - sleep 0.2 + sleep 1 # create backup file echo "creating new backup file: $BACKUPFILE"