From 2873edd12887420bee287a319c2fb26144c64e7b Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Fri, 24 May 2019 22:38:31 -0600 Subject: [PATCH] remove 503 notification, unnecessary and confusing --- backup_new.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/backup_new.sh b/backup_new.sh index 0d9cb8b..654d4ef 100755 --- a/backup_new.sh +++ b/backup_new.sh @@ -264,8 +264,6 @@ if [ $use503 -eq 1 ]; then elif [ ! -d "$webroot" ]; then badParam dne "(--webroot default)" "$webroot" fi - printf "${cyan}[%s] -- [INFO] Using 503 functionality --${norm}\n" \ - "$(stamp)" >> "$logFile" fi