From 1a59c9e7d8d9906ab9382fcc77cb1034ec350521 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sun, 30 Sep 2018 20:15:12 -0600 Subject: [PATCH] Changed warn503 formatting --- backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index 7a6c4fa..c018847 100755 --- a/backup.sh +++ b/backup.sh @@ -158,7 +158,7 @@ warningExplain[5032]="The specified 503 error page could not be found" warningExplain[5033]="No webroot path was specified (-r parameter missing)" warningExplain[5034]="The specified webroot could not be found" warningExplain[5035]="Error copying 503 error page to webroot" -warn503=" ${ltYellow}Web users will NOT be informed the server is down!${normal}" +warn503="${cyan}${stamp}-- [INFO] Web users will NOT be informed the server is down! --${normal}" ### Process script parameters