Fix typo in variable name.

This commit is contained in:
Benoit.S « Benpro » 2013-08-03 23:14:54 +02:00 committed by Benoît SÉRIE
parent ee1d5b0517
commit 48bba6896a

View file

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