fixed path to gzip file

This commit is contained in:
Dave Lane 2018-02-08 17:09:11 +13:00
parent f367c43649
commit 8cbeb20d66

View file

@ -217,7 +217,7 @@ do_backup $FILEPATH $TASK
message "completed backup"
# compress the backup
message "compressing $FILEPATH"
$GZIP $BU_DIR/$FILEPATH
$GZIP $FILEPATH
# return to where you started from...
cd $OLD_DIR
#