fixed path to gzip file
This commit is contained in:
parent
f367c43649
commit
8cbeb20d66
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue