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

pull/4/merge
Erik Johnston 10 years ago
parent 91b370650a
commit 5236de5b03
  1. 1
      synctl

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

Loading…
Cancel
Save