Commit 4c8419b4 authored by sim's avatar sim

[FIX] Exit code of config generation script

parent e6f5e382
......@@ -82,5 +82,7 @@ sed -E -e "s/[{]DEBUG[}]/$DEBUG/g" \
&& echo "Configuration for $TARGET environment written successfully in" \
"$GARGANTEXT_CONF."
[ -z "$DB_PASS" ] && echo "You didn't provide any database password, please" \
"edit $GARGANTEXT_CONF before running Gargantext."
if [ -z "$DB_PASS" ]; then
echo "You didn't provide any database password, please" \
"edit $GARGANTEXT_CONF before running Gargantext."
fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment