From fd778aa306ade5d08c4ff6260a3793e59c03f075 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 29 Jan 2019 11:23:57 -0600 Subject: [PATCH] Update run.sh --- run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run.sh b/run.sh index e162a2c..9e0eab4 100755 --- a/run.sh +++ b/run.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash # MySQL-BU Loader -source /opt/mysqlbu/settings.conf -cd /opt/mysqlbu +source /opt/idssys/mysqlbu/settings.conf +cd /opt/idssys/mysqlbu #echo "" if [ "$1" != "backup" ]; then if [ "`git log --pretty=%H ...refs/heads/master^ | head -n 1`" != "`git ls-remote origin -h refs/heads/master |cut -f1`" ]; then