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

DBG

parent 0763ef3a
No related branches found
No related tags found
No related merge requests found
...@@ -20,8 +20,9 @@ ...@@ -20,8 +20,9 @@
function mysql_execute { function mysql_execute {
#TODO is it meaningful that here always the database user is used??? #TODO is it meaningful that here always the database user is used???
set +e set +e
env
$MYSQL_CMD $(get_db_args) -e "$1" $MYSQL_CMD $(get_db_args) -e "$1"
ret=${PIPESTATUS[0]} ret=${PIPESTATUS[0]}
if [ "$ret" -ne 0 ]; then if [ "$ret" -ne 0 ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment