Formatting change to end of script log entry
This commit is contained in:
parent
a2b462c202
commit
65c8bf8113
@ -103,8 +103,8 @@ function quit {
|
|||||||
fi
|
fi
|
||||||
if [ -z "${exitError}" ]; then
|
if [ -z "${exitError}" ]; then
|
||||||
# exit cleanly
|
# exit cleanly
|
||||||
echo -e "${note}${stamp} -- ${scriptName} completed" \
|
echo -e "${note}${stamp} --- ${scriptName} completed" \
|
||||||
"--${normal}" >> "$logFile"
|
"---${normal}" >> "$logFile"
|
||||||
exit 0
|
exit 0
|
||||||
else
|
else
|
||||||
# list generated errors and explanations then exit script with code 2
|
# list generated errors and explanations then exit script with code 2
|
||||||
|
Loading…
Reference in New Issue
Block a user