Skip to content
Snippets Groups Projects
Commit fbdfc093 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

test

parent 0b4ee634
Branches
Tags
No related merge requests found
......@@ -25,6 +25,7 @@ function dump_table {
function mysql_execute {
set +e
echo $MYSQL_CMD $MYSQL_CONNECTION -e "$1"
$MYSQL_CMD $MYSQL_CONNECTION -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.
Please register or to comment