mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-06 14:55:04 -04: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…
Add table
Add a link
Reference in a new issue