Update run.sh

This commit is contained in:
2019-01-05 12:11:03 -06:00
parent 7ea891945b
commit 68c5c1dda2

3
run.sh
View File

@@ -2,7 +2,6 @@
# MySQL-BU Loader
source /opt/mysqlbu/settings.conf
cd /opt/mysqlbu
#echo ""
@@ -19,7 +18,5 @@ if [ "`git log --pretty=%H ...refs/heads/master^ | head -n 1`" != "`git ls-remot
#echo ""
#echo -e "\e[92m\e[1mLinUPx update completed\e[0m"
fi
./mysqlbu-scripts.sh $1 $2
exit 0