From: root Date: Sun, 29 Jul 2007 14:15:32 +0000 (+0000) Subject: Important note X-Git-Url: https://git.sesse.net/?p=backup.sh;a=commitdiff_plain;h=04a3b7c0ac261b4aff1e21eb6947eb4b58c5df3b Important note --- diff --git a/backup.sh b/backup.sh index 33f4bb3..ee6e98b 100755 --- a/backup.sh +++ b/backup.sh @@ -278,6 +278,8 @@ wait rm $LOCKFILE # Did anything go wrong? +# (IMPORTANT NOTE: The R-business does not work as expected, since this script +# forks itself. if [ $R != 0 ]; then echo `date`": Backup run ended with errors, check logs." exit 1