Formatting: replaced bold yellow with lightyellow

This commit is contained in:
Asif Bacchus 2018-09-30 19:29:02 -06:00
parent 59ef92155f
commit 008a941674

View File

@ -7,8 +7,7 @@ bold="\e[1m"
default="\e[39m" default="\e[39m"
red="\e[31m" red="\e[31m"
green="\e[32m" green="\e[32m"
yellow="\e[1;33m" yellow="\e[93m"
ltYellow="\e[93m"
magenta="\e[35m" magenta="\e[35m"
cyan="\e[36m" cyan="\e[36m"
stamp="[`date +%Y-%m-%d` `date +%H:%M:%S`]" stamp="[`date +%Y-%m-%d` `date +%H:%M:%S`]"
@ -243,7 +242,6 @@ else
exitWarn+=('5032') exitWarn+=('5032')
else else
# 503 file found # 503 file found
# verify webroot exists # verify webroot exists
if [ -z "$webroot" ]; then if [ -z "$webroot" ]; then
# no webroot path provided # no webroot path provided