Merge pull request #1 from benpro/dev

Fix typo in variable name.
This commit is contained in:
Benoît.S 2013-08-03 14:15:58 -07:00
commit 986349901f

View file

@ -36,7 +36,7 @@ rsync -avz --delete --force --ignore-errors --partial \
$rep \ $rep \
-e "ssh -p $SSHPORT -4" \ -e "ssh -p $SSHPORT -4" \
root@${BACKUPSERVER}:/var/backup/ > $tmplog root@${BACKUPSERVER}:/var/backup/ > $tmplog
$status=$? status=$?
# Keep the last 20 lines # Keep the last 20 lines
tail -20 $tmplog >> $LOG && rm $tmplog tail -20 $tmplog >> $LOG && rm $tmplog