Added notification of location of config files being used
This commit is contained in:
@@ -366,9 +366,12 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
### Log start of script operations
|
### 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"
|
>> "$logFile"
|
||||||
|
|
||||||
|
|
||||||
### Export logFile variable for use by Borg
|
### Export logFile variable for use by Borg
|
||||||
export logFile="$logFile"
|
export logFile="$logFile"
|
||||||
|
|||||||
Reference in New Issue
Block a user