From 910fd0238b5433dd07746a3124be24d18423df96 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Fri, 19 Oct 2018 22:27:42 -0600 Subject: [PATCH] Added notification of location of config files being used --- root/scripts/backup.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/root/scripts/backup.sh b/root/scripts/backup.sh index 7a4e272..d0fd6a3 100644 --- a/root/scripts/backup.sh +++ b/root/scripts/backup.sh @@ -366,9 +366,12 @@ fi ### Log start of script operations -echo -e "${note}${stamp}-- Start $scriptName execution ---${normal}" \ +echo -e "${note}${stamp} --- Start $scriptName execution ---${normal}" \ + >> "$logFile" +echo -e "${info}${stamp} -- [INFO] using ${lit}${mailcowConfigFilePath}" \ + >> "$logFile" +echo -e "${info}${stamp} -- [INFO] using ${lit}${dockerComposeFilePath}" \ >> "$logFile" - ### Export logFile variable for use by Borg export logFile="$logFile"