From 2b9ef28316af85097cc6f064c2a9ed952e22d611 Mon Sep 17 00:00:00 2001 From: mirocow Date: Wed, 27 Apr 2016 14:44:48 +0400 Subject: [PATCH] Update backup.sh --- backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index f01f635..b8e3ac0 100755 --- a/backup.sh +++ b/backup.sh @@ -280,7 +280,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"