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

This commit is contained in:
Erik Johnston 2014-09-08 22:52:50 +01:00
parent 91b370650a
commit 5236de5b03

1
synctl
View file

@ -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