Add ports back to demo/start.sh

This commit is contained in:
Mark Haines 2015-01-28 17:32:41 +00:00
parent 9c61556504
commit c81a19552f
2 changed files with 2 additions and 2 deletions

View file

@ -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))