Skip to content

Commit

Permalink
the port in args make some issues ?
Browse files Browse the repository at this point in the history
  • Loading branch information
studyfranco authored Jan 25, 2024
1 parent b09ba0b commit 913c094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ sed -i "s/GuildPlayerMaxNum=[0-9]*/GuildPlayerMaxNum=${MAXPLAYERSGUILD}/" "/conf

cd /config/gamefiles || exit 1

exec ./PalServer.sh -log -ServerName="${SERVER_NAME}" -RconPassword="${RCON_PASSWORD}" -RconPort=${RCON_PORT} -PublicPort=${SERVER_PORT} -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS
exec ./PalServer.sh -log -ServerName="${SERVER_NAME}" -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS #-RconPassword="${RCON_PASSWORD}" -RconPort=${RCON_PORT} -PublicPort=${SERVER_PORT}

0 comments on commit 913c094

Please sign in to comment.