From f6ab63abceee744eb28ca961320c33ecbfec8cd6 Mon Sep 17 00:00:00 2001 From: mirocow Date: Wed, 27 Apr 2016 14:44:34 +0400 Subject: [PATCH] Update backup_db.sh --- backup_db.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"