Skip to content
Snippets Groups Projects
Commit 5236de5b authored by Erik Johnston's avatar Erik Johnston
Browse files

Add slightly helpful advice on how to generate config if you don'y already have one

parent 91b37065
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ case "$1" in
start)
if [ ! -f "$CONFIGFILE" ]; then
echo "No config file found"
echo "To generate a config file, run 'python --generate-config'"
exit 1
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment