summary refs log tree commit diff
path: root/synctl
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-09-08 22:52:50 +0100
committerErik Johnston <erik@matrix.org>2014-09-08 22:52:50 +0100
commit5236de5b03aa97cde1bec9c5d32d17beb0bffbc6 (patch)
treebed17be695dc6f748735744c373e58bcda1c3159 /synctl
parentDon't autogen config in synctl for the same reasons we don't turn of --genera... (diff)
downloadsynapse-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-xsynctl1
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