Commit 3e9a8674 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

Merge branch 'dev' into dev-dockerfile-ca-certificates-fix

parents 1a0ba35d 083c1f50
Pipeline #2180 failed with stage
in 10 minutes and 22 seconds
......@@ -17,7 +17,7 @@ psql "postgresql://${USER}:${PASS}@${HOST}:${PORT}/${NAME}"
if [[ $1 == "" ]]
then echo "USAGE : ./psql gargantext.ini"
else connect $1
else connect $INIFILE
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