diff --git a/backup_db.sh b/backup_db.sh index d42f889..5423aa4 100755 --- a/backup_db.sh +++ b/backup_db.sh @@ -268,7 +268,7 @@ fi # === SETTINGS === f_log "============================================" -f_log "Dump into: $BACKUP_DIR" +f_log "Dump into: $DST" f_log "Config file: $CONFIG_FILE" f_log "Verbose: $VERBOSE" f_log "Compress: $COMPRESS"