diff options
author | Erik Johnston <erik@matrix.org> | 2014-09-08 22:52:50 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-09-08 22:52:50 +0100 |
commit | 5236de5b03aa97cde1bec9c5d32d17beb0bffbc6 (patch) | |
tree | bed17be695dc6f748735744c373e58bcda1c3159 /synctl | |
parent | Don't autogen config in synctl for the same reasons we don't turn of --genera... (diff) | |
download | synapse-5236de5b03aa97cde1bec9c5d32d17beb0bffbc6.tar.xz |
Add slightly helpful advice on how to generate config if you don'y already have one
Diffstat (limited to 'synctl')
-rwxr-xr-x | synctl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synctl b/synctl index ff9f6893e9..0f83e9cb1f 100755 --- a/synctl +++ b/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 |