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

DBG .

parent b1c5d47c
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,9 @@ if [ -z "$UTILSPATH" ]; then
export UTILSPATH
fi
source $UTILSPATH/load_settings.sh
source $UTILSPATH/helpers.sh
PATCHES="./patch*/patch.sh"
for p in $PATCHES
......
......@@ -33,6 +33,7 @@
function mysql_execute {
#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
......
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