Added logfile location info tag

This commit is contained in:
Asif Bacchus 2018-10-18 00:19:56 -06:00
parent 37449382b2
commit 34bae9d580
1 changed files with 6 additions and 4 deletions

View File

@ -420,8 +420,10 @@ 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] Log file located at ${lit}${logFile}${info}" \
"--${normal}" >> "$logFile"
### Export logFile variable for use by Borg