From 7abea14bf8d563a0b4a44255d16f569e3c99d09f Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Wed, 30 Nov 2011 09:35:21 +1000 Subject: That's what happens when you multitask too much between different languages, use the wrong one in the wrong place. lol --- backup-sims.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ./backup-sim # sleep for three minutes, 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(180) + sleep 180 fi done -- cgit v1.1