Formatting: Start tag

This commit is contained in:
Asif Bacchus 2018-09-30 21:49:15 -06:00
parent b0218ea8a4
commit caf2f6feb0

View File

@ -216,7 +216,8 @@ fi
### Log start of script operations ### Log start of script operations
echo -e "${bold}${op}${stamp}-- Start $scriptName execution ---" >> "$logFile" echo -e "${bold}${op}${stamp}-- Start $scriptName execution ---${normal}" \
>> "$logFile"
### Export logFile variable for use by Borg ### Export logFile variable for use by Borg