Skip to content

Commit bf05fc6

Browse files
committed
more tcpserver opts
1 parent cfc9901 commit bf05fc6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

start.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ mkdir -p data
1818
mkdir -p uploads
1919

2020
PORT=${PORT:-3000}
21-
tcpserver -R -c 1000 0 $PORT ./core.sh
21+
echo -n "Listening on port "
22+
tcpserver -1 -o -l 0 -H -R -c 1000 0 $PORT ./core.sh
2223

2324
if [[ ! -z "$PID" ]]; then
2425
kill "$PID"

0 commit comments

Comments
 (0)