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

pull/10/head
Erik Johnston 2014-09-08 22:52:50 +01:00
parent 91b370650a
commit 5236de5b03
1 changed files with 1 additions and 0 deletions

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