Added notification of location of config files being used
This commit is contained in:
parent
ff8f7ffb52
commit
910fd0238b
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user