wrong colour tag

This commit is contained in:
Asif Bacchus 2019-05-25 02:32:37 -06:00
parent 8c0b5e9a02
commit 738b980a4f
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ if [ $use503 -eq 1 ]; then
then
printf "${warn}[%s] -- [WARNING] Failed to copy 503 error page. " \
"$(stamp)" >> "$logFile"
printf "Web users will NOT be notified --${normal}\n" >> "$logFile"
printf "Web users will NOT be notified --${norm}\n" >> "$logFile"
else
printf "${ok}[%s] -- [SUCCESS] 503 error page copied --${norm}\n" \
"$(stamp)" >> "$logFile"