Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 77317e1

Browse files
committed
Fix port on web server script
1 parent be0d817 commit 77317e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-test-webserver.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh -eu
2-
PORT="55555"
2+
PORT="50000"
33
if [ $# -eq 1 ]; then
44
PORT="$1"
55
fi

0 commit comments

Comments
 (0)