From 0c0b3bec90e9b4c6d9d66504ab731b36a33a1f8c Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 31 Jan 2019 22:28:02 -0600 Subject: [PATCH] Update run.sh --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index b0bfe03..7ec2c4f 100755 --- a/run.sh +++ b/run.sh @@ -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