From 74af4d3ae28bdb059ac3b9ba18dd94df0df5d885 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 15 Feb 2020 23:28:11 -0600 Subject: [PATCH] Update run.sh --- run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run.sh b/run.sh index 7ec2c4f..f64cd86 100755 --- a/run.sh +++ b/run.sh @@ -8,7 +8,7 @@ if [ ! -f /opt/idssys/settings/mysqlbu.conf ]; then else source /opt/idssys/settings/mysqlbu.conf fi -if [ "$1" != "backup" ]; then +#if [ "$1" != "backup" ]; then echo -en "${idsCL[LightCyan]}Checking for updates...${idsCL[Default]}" echo "" cd /opt/idssys/defaults @@ -34,6 +34,6 @@ if [ "$1" != "backup" ]; then echo -en "\e[1A"; echo -e "\e[0K\r ${idsCL[Green]}Updates Completed${idsCL[Default]}" echo "" -fi +#fi /opt/idssys/mysqlbu/mysqlbu-scripts.sh $1 $2 $3 $4 exit 0