diff options
author | onefang | 2021-07-06 13:59:07 +1000 |
---|---|---|
committer | onefang | 2021-07-06 13:59:07 +1000 |
commit | c166c22378ed749949e0fb1e70b6897eb41a25b4 (patch) | |
tree | 2135a93ed7f31bfb6197fa75592d7d24e46cb4f5 /scripts/backup-sims.sh | |
parent | Various config file merges and fix ups. (diff) | |
download | opensim-SC-c166c22378ed749949e0fb1e70b6897eb41a25b4.zip opensim-SC-c166c22378ed749949e0fb1e70b6897eb41a25b4.tar.gz opensim-SC-c166c22378ed749949e0fb1e70b6897eb41a25b4.tar.bz2 opensim-SC-c166c22378ed749949e0fb1e70b6897eb41a25b4.tar.xz |
No sleeping on the backup job.
Diffstat (limited to '')
-rwxr-xr-x | scripts/backup-sims.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
13 | ./backup-sim | 13 | ./backup-sim |
14 | # Sleep for a while, so that there is plenty of time to do the backup, | 14 | # Sleep for a while, so that there is plenty of time to do the backup, |
15 | # and we are not keeping the computer very busy if there are lots of sims. | 15 | # and we are not keeping the computer very busy if there are lots of sims. |
16 | sleep ${sizeSleep} | 16 | # sleep ${sizeSleep} |
17 | popd > /dev/null | 17 | popd > /dev/null |
18 | fi | 18 | fi |
19 | done | 19 | done |