From ed5c4d9c722690b5fe9492aa16bcc7528971a793 Mon Sep 17 00:00:00 2001 From: Daniel <daniel@harvey> Date: Thu, 26 Mar 2020 18:44:03 +0100 Subject: [PATCH] DBG --- utils/helpers.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/utils/helpers.sh b/utils/helpers.sh index b1f6d19..5762301 100644 --- a/utils/helpers.sh +++ b/utils/helpers.sh @@ -20,8 +20,9 @@ function mysql_execute { - #TODO is it meaningful that here always the database user is used??? - set +e + #TODO is it meaningful that here always the database user is used??? + set +e + env $MYSQL_CMD $(get_db_args) -e "$1" ret=${PIPESTATUS[0]} if [ "$ret" -ne 0 ]; then -- GitLab