mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-31 14:57:59 +00:00
change start command to use port and players correctly
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
STARTCOMMAND="./PalServer.sh -port ${PORT} -players ${PLAYERS}"
|
STARTCOMMAND="./PalServer.sh -port=${PORT} -players=${PLAYERS}"
|
||||||
|
|
||||||
printf "\e[0;32m*****STARTING SERVER*****\e[0m"
|
printf "\e[0;32m*****STARTING SERVER*****\e[0m"
|
||||||
cd /palworld || exit
|
cd /palworld || exit
|
||||||
|
|||||||
Reference in New Issue
Block a user