From 913c094b9ae80d62e6202903ed0542585352cf60 Mon Sep 17 00:00:00 2001 From: Francois STUDER <31127324+studyfranco@users.noreply.github.com> Date: Thu, 25 Jan 2024 18:12:59 +0100 Subject: [PATCH] the port in args make some issues ? --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 72bdad7..3e59211 100755 --- a/run.sh +++ b/run.sh @@ -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 \ No newline at end of file +exec ./PalServer.sh -log -ServerName="${SERVER_NAME}" -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS #-RconPassword="${RCON_PASSWORD}" -RconPort=${RCON_PORT} -PublicPort=${SERVER_PORT} \ No newline at end of file