From 008a9416746ed6b04f9d0f1a3582ee36c56a48fd Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sun, 30 Sep 2018 19:29:02 -0600 Subject: [PATCH] Formatting: replaced bold yellow with lightyellow --- backup.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/backup.sh b/backup.sh index b720eaf..c3e0e46 100755 --- a/backup.sh +++ b/backup.sh @@ -7,8 +7,7 @@ bold="\e[1m" default="\e[39m" red="\e[31m" green="\e[32m" -yellow="\e[1;33m" -ltYellow="\e[93m" +yellow="\e[93m" magenta="\e[35m" cyan="\e[36m" stamp="[`date +%Y-%m-%d` `date +%H:%M:%S`]" @@ -243,7 +242,6 @@ else exitWarn+=('5032') else # 503 file found - # verify webroot exists if [ -z "$webroot" ]; then # no webroot path provided