Skip to content
Snippets Groups Projects
Commit 9e13c094 authored by Quazgar's avatar Quazgar
Browse files

MAINT: Move "set -e"

parent fbdfc093
Branches
Tags
No related merge requests found
......@@ -23,6 +23,7 @@
# ** end header
# To fail fast, but beware https://mywiki.wooledge.org/BashFAQ/105
set -e
source utils/load_settings.sh
source .config || true
......@@ -38,7 +39,6 @@ fi
INSTALL_SQL_FILE="db_2_0.sql"
SQL="$MYSQL_CMD $MYSQL_CONNECTION"
set -e
function fail() {
echo "Some error occured, exiting."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment