Update run.sh

This commit is contained in:
2020-02-15 23:28:11 -06:00
parent 1d5d8ce81a
commit 74af4d3ae2

4
run.sh
View File

@@ -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