Commit 9825508e authored by sim's avatar sim

Forgot to specify target of config generation

parent a1cee27b
......@@ -24,7 +24,7 @@ TEMPLATE=tools/conf/gargantext.template.ini
if [ -f "$GARGANTEXT_CONF" -a -z "$FORCE" ]; then
echo -e "Configuration file $GARGANTEXT_CONF already exists, you may" \
"need to edit it.\nTo generate a new configuration anyway you" \
"can do: ./tools/mkconf.sh -f"
"can do: ./tools/mkconf.sh -f $TARGET"
exit
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