From c166c22378ed749949e0fb1e70b6897eb41a25b4 Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 6 Jul 2021 13:59:07 +1000 Subject: No sleeping on the backup job. --- scripts/backup-sims.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/backup-sims.sh') diff --git a/scripts/backup-sims.sh b/scripts/backup-sims.sh index 06cb780..39ab30a 100755 --- a/scripts/backup-sims.sh +++ b/scripts/backup-sims.sh @@ -13,7 +13,7 @@ do ./backup-sim # Sleep for a while, so that there is plenty of time to do the backup, # and we are not keeping the computer very busy if there are lots of sims. - sleep ${sizeSleep} +# sleep ${sizeSleep} popd > /dev/null fi done -- cgit v1.1