Commit 083c1f50 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[CLEAN] cosmetics

parent 92eaa227
...@@ -17,7 +17,7 @@ psql "postgresql://${USER}:${PASS}@${HOST}:${PORT}/${NAME}" ...@@ -17,7 +17,7 @@ psql "postgresql://${USER}:${PASS}@${HOST}:${PORT}/${NAME}"
if [[ $1 == "" ]] if [[ $1 == "" ]]
then echo "USAGE : ./psql gargantext.ini" then echo "USAGE : ./psql gargantext.ini"
else connect $1 else connect $INIFILE
fi 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