change start command to use port and players correctly

This commit is contained in:
Thijs van Loef
2024-01-19 15:03:02 +01:00
parent 85f0027f08
commit ce536c2d72

View File

@@ -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