Skip to content

Commit 1a1d830

Browse files
authored
Update run.sh
1 parent 537f68e commit 1a1d830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ printf "Setting messaging port to %s\\n" "$SERVERMESSAGINGPORT"
1818
# Temporary code to fix the new messaging port flag forcing IPv4 binding. We only specify it if we're not using 8888
1919
SERVERMESSAGINGPORTARG=""
2020
if [ "$SERVERMESSAGINGPORT" != "8888" ]; then
21-
SERVERMESSAGINGPORTARG="-ReliablePort=\"$SERVERMESSAGINGPORT\""
21+
SERVERMESSAGINGPORTARG="-ReliablePort=$SERVERMESSAGINGPORT"
2222
fi
2323

2424
# Engine.ini settings

0 commit comments

Comments
 (0)