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