Skip to content

Commit 3b49c52

Browse files
authored
add ADDITIONALFLAGS to server startup script
1 parent 139a167 commit 3b49c52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

start-server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ xvfb-run --auto-servernum --server-args="-screen 0 1024x768x24" \
6969
-port=${GAMEPORT:-7777} \
7070
-QueryPort=${QUERYPORT:-27015} \
7171
-MaxPlayers=${MAXPLAYERS:-32} \
72-
&
72+
"${ADDITIONALFLAGS}" &
7373

7474
WRAPPER_PID=$!
7575
echo "Server wrapper started with PID $WRAPPER_PID"

0 commit comments

Comments
 (0)