diff --git a/backup_new.sh b/backup_new.sh index 15ac2e7..cb6e20e 100755 --- a/backup_new.sh +++ b/backup_new.sh @@ -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