Formatting change to end of script log entry

This commit is contained in:
Asif Bacchus 2018-10-18 00:48:57 -06:00
parent a2b462c202
commit 65c8bf8113
1 changed files with 2 additions and 2 deletions

View File

@ -103,8 +103,8 @@ function quit {
fi
if [ -z "${exitError}" ]; then
# exit cleanly
echo -e "${note}${stamp} -- ${scriptName} completed" \
"--${normal}" >> "$logFile"
echo -e "${note}${stamp} --- ${scriptName} completed" \
"---${normal}" >> "$logFile"
exit 0
else
# list generated errors and explanations then exit script with code 2