From 31f10f3df31321075155f4567deff93b2001f390 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Wed, 3 Oct 2018 16:04:18 -0600 Subject: [PATCH] Removed debugging lines --- backup.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/backup.sh b/backup.sh index eee48d9..ba82e28 100755 --- a/backup.sh +++ b/backup.sh @@ -266,8 +266,6 @@ if [ "$checkResult" = "1" ]; then exit 1 fi -echo "using $sqlDetails" -exit 99 ### Log start of script operations echo -e "\e[1;35m${stamp}-- Start $scriptName execution ---${normal}" \