Update run.sh

This commit is contained in:
2019-01-31 22:28:02 -06:00
parent 6b540f3934
commit 0c0b3bec90

2
run.sh
View File

@@ -35,5 +35,5 @@ if [ "$1" != "backup" ]; then
echo -e "\e[0K\r ${idsCL[Green]}Updates Completed${idsCL[Default]}"
echo ""
fi
./mysqlbu-scripts.sh $1 $2 $3 $4
/opt/idssys/mysqlbu/mysqlbu-scripts.sh $1 $2 $3 $4
exit 0