Correcting text in 503 removal section

This commit is contained in:
Asif Bacchus 2018-09-06 04:20:17 -06:00
parent c3d25c391d
commit 700d04d544
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ checkResult="$?"
if [ "$checkResult" = "0" ]; then
echo -e "\e[1;33m[`date +%Y-%m-%d` `date +%H:%M:%S`] --WARNING:" \
"Problem encountered removing 503 error page from webroot." \
"Manually remove this file to allow NGINX to serve web" \
"Manually remove this file or NGINX will not serve web" \
"clients.--" >> $logFile
echo -e "Script will continue processing..." >> $logFile
exitWarning+=('103')