mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-31 14:57:59 +00:00
Add PUID and PGID to palworld docker image.
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
#!/bin/bash
|
||||
|
||||
STARTCOMMAND="./PalServer.sh -port=${PORT} -players=${PLAYERS}"
|
||||
|
||||
|
||||
if [ "${COMMUNITY}" = true ]; then
|
||||
STARTCOMMAND="${STARTCOMMAND} EpicApp=PalServer"
|
||||
fi
|
||||
@@ -30,7 +28,7 @@ fi
|
||||
|
||||
if [ "${MULTITHREADING}" = true ]; then
|
||||
STARTCOMMAND="${STARTCOMMAND} -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS"
|
||||
fi
|
||||
fi
|
||||
|
||||
cd /palworld || exit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user