Update restore.sh

This commit is contained in:
mirocow 2016-02-16 13:59:37 +04:00
parent 15d4283418
commit e85bdf8668

View file

@ -24,7 +24,7 @@ f_log()
logger "RESTORE: $@"
if [ $VERBOSE -eq 1 ]; then
echo "BACKUP: $@"
echo "RESTORE: $@"
fi
}