code formatting fix

This commit is contained in:
Asif Bacchus 2019-05-19 00:39:51 -06:00
parent f854e31fd6
commit 1197ceb06f
1 changed files with 2 additions and 2 deletions

View File

@ -467,8 +467,8 @@ fi
### Log start of script operations
echo -e "${note}[$(stamp)] --- Start $scriptName execution ---${normal}" \
>> "$logFile"
echo -e "${info}[$(stamp)] -- [INFO] Log file located at ${lit}${logFile}${info}" \
"--${normal}" >> "$logFile"
echo -e "${info}[$(stamp)] -- [INFO] Log file located at ${lit}${logFile}" \
"${info}--${normal}" >> "$logFile"
### Export logFile variable for use by Borg