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-inventories.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-inventories.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/backup-inventories.sh b/scripts/backup-inventories.sh index e4e7158..f819f79 100755 --- a/scripts/backup-inventories.sh +++ b/scripts/backup-inventories.sh | |||
@@ -27,5 +27,5 @@ mysql --host="${creds[Data Source]}" "${creds[Database]}" --user="${creds[User I | |||
27 | ${PRGDIR}/backup-inventory "${user}" | 27 | ${PRGDIR}/backup-inventory "${user}" |
28 | # Sleep for a while, so that there is plenty of time to do the backup, | 28 | # Sleep for a while, so that there is plenty of time to do the backup, |
29 | # and we are not keeping the computer very busy if there are lots of users. | 29 | # and we are not keeping the computer very busy if there are lots of users. |
30 | sleep ${sizeSleep} | 30 | # sleep ${sizeSleep} |
31 | done | 31 | done |