Skip to content
Snippets Groups Projects
Unverified Commit fb60953d authored by Daniel's avatar Daniel
Browse files

FIX: Loading load_settings.sh

parent d1768287
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@
function mysql_execute {
#TODO is it meaningful that here always the database user is used???
set +e
env
# env | sort
$MYSQL_CMD $(get_db_args) -e "$1"
ret=${PIPESTATUS[0]}
if [ "$ret" -ne 0 ]; then
......
......@@ -24,7 +24,8 @@
#header for patch scripts
# load useful functions #######################################################
. $UTILSPATH/helpers.sh
source $UTILSPATH/load_settings.sh
source $UTILSPATH/helpers.sh
USAGE="$1 [ --env=ENV_FILE ] [ --patch=PATCH ] [ --backupdir=BACKUPDIR ]\n\n"
CMD_OPTIONS=$(cat <<EOF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment