Update backup.sh

This commit is contained in:
mirocow 2015-10-06 15:16:22 +04:00
parent 1d7fce8bc1
commit fcd576742c

View file

@ -31,9 +31,9 @@ if [ -d "$DSTOLD" ]; then rm -fr $DSTOLD; fi
f_log() {
logger "BACKUP: $@"
if [ $VERBOSE -ne 0 ]; then
echo "BACKUP: $@"
fi
if [ $VERBOSE -ne 0 ]; then
echo "BACKUP: $@"
fi
}
usage()