We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 537f68e commit 1a1d830Copy full SHA for 1a1d830
run.sh
@@ -18,7 +18,7 @@ printf "Setting messaging port to %s\\n" "$SERVERMESSAGINGPORT"
18
# Temporary code to fix the new messaging port flag forcing IPv4 binding. We only specify it if we're not using 8888
19
SERVERMESSAGINGPORTARG=""
20
if [ "$SERVERMESSAGINGPORT" != "8888" ]; then
21
- SERVERMESSAGINGPORTARG="-ReliablePort=\"$SERVERMESSAGINGPORT\""
+ SERVERMESSAGINGPORTARG="-ReliablePort=$SERVERMESSAGINGPORT"
22
fi
23
24
# Engine.ini settings
0 commit comments