Added notification of location of config files being used

This commit is contained in:
Asif Bacchus 2018-10-19 22:27:42 -06:00
parent ff8f7ffb52
commit 910fd0238b
1 changed files with 5 additions and 2 deletions

View File

@ -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"