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