aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDavid Walter Seikel2011-11-30 09:35:21 +1000
committerDavid Walter Seikel2011-11-30 09:35:21 +1000
commit7abea14bf8d563a0b4a44255d16f569e3c99d09f (patch)
treeb7f0cf863c8e365102ed43f67d7a94f4707d9a3c
parentA bit more docs about monit. (diff)
downloadIGnoble-7abea14bf8d563a0b4a44255d16f569e3c99d09f.zip
IGnoble-7abea14bf8d563a0b4a44255d16f569e3c99d09f.tar.gz
IGnoble-7abea14bf8d563a0b4a44255d16f569e3c99d09f.tar.bz2
IGnoble-7abea14bf8d563a0b4a44255d16f569e3c99d09f.tar.xz
That's what happens when you multitask too much between different languages, use the wrong one in the wrong place. lol
-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