update colour tag name

This commit is contained in:
Asif Bacchus 2019-05-25 02:17:18 -06:00
parent 85b219a90d
commit c8b1296543
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ if [ $use503 -eq 1 ]; then
printf "webroot -- ${norm}\n" >> "$logFile"
if ! \cp --force "${err503Path}" "${webroot}/${err503File}" 2>> "$logFile"
then
printf "${yellow}[%s] -- [WARNING] Failed to copy 503 error page. " \
printf "${warn}[%s] -- [WARNING] Failed to copy 503 error page. " \
"$(stamp)" >> "$logFile"
printf "Web users will NOT be notified --${normal}\n" >> "$logFile"
else