mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-24 18:45:52 +03:00
Add slightly helpful advice on how to generate config if you don'y already have one
This commit is contained in:
parent
91b370650a
commit
5236de5b03
1 changed files with 1 additions and 0 deletions
1
synctl
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…
Reference in a new issue