This commit is contained in:
2019-01-30 01:05:59 -06:00
parent 3653db5edc
commit d43737f6cb
2 changed files with 9 additions and 3 deletions

6
run.sh
View File

@@ -1,7 +1,11 @@
#!/usr/bin/env bash
# MySQL-BU Loader
if [ ! -f /opt/idssys/settings/mysqlbu.conf ]; then
source /opt/idssys/mysqlbu/settings.conf
else
source source /opt/idssys/settings/mysqlbu.conf
fi
source /opt/idssys/mysqlbu/settings.conf
cd /opt/idssys/mysqlbu
#echo ""
if [ "$1" != "backup" ]; then