mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-09-16 02:33:57 -04:00
Fix ncorrect ports in documentation and add notes on how generate-config also generates certs bound to whatever hostname you give with --generate-config.
SYN-87 #resolved
This commit is contained in:
parent
45f7677bdc
commit
d694619a95
3 changed files with 6 additions and 4 deletions
2
synctl
2
synctl
|
@ -14,7 +14,7 @@ case "$1" in
|
|||
start)
|
||||
if [ ! -f "$CONFIGFILE" ]; then
|
||||
echo "No config file found"
|
||||
echo "To generate a config file, run '$SYNAPSE -c $CONFIGFILE --generate-config'"
|
||||
echo "To generate a config file, run '$SYNAPSE -c $CONFIGFILE --generate-config --server-name=<server name>'"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue