aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rwxr-xr-xbackup-sims.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/backup-sims.sh b/backup-sims.sh
index 775ebbe..803596f 100755
--- a/backup-sims.sh
+++ b/backup-sims.sh
@@ -11,6 +11,6 @@ do
11 ./backup-sim 11 ./backup-sim
12 # sleep for three minutes, so that there is plenty of time to do the backup, 12 # sleep for three minutes, so that there is plenty of time to do the backup,
13 # and we are not keeping the computer very busy if there are lots of sims. 13 # and we are not keeping the computer very busy if there are lots of sims.
14 sleep(180) 14 sleep 180
15 fi 15 fi
16done 16done