mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 01:04:49 -04:00
Add ports back to demo/start.sh
This commit is contained in:
parent
9c61556504
commit
c81a19552f
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ if [ $# -eq 1 ]; then
|
|||
fi
|
||||
fi
|
||||
|
||||
for port in 8080; do
|
||||
for port in 8080 8081 8082; do
|
||||
echo "Starting server on port $port... "
|
||||
|
||||
https_port=$((port + 400))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue