mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-06 04:32:43 +00:00
fixing startcmd command
This commit is contained in:
@@ -75,5 +75,5 @@ password: ${ADMIN_PASSWORD}
|
|||||||
EOL
|
EOL
|
||||||
|
|
||||||
printf "\e[0;32m*****STARTING SERVER*****\e[0m\n"
|
printf "\e[0;32m*****STARTING SERVER*****\e[0m\n"
|
||||||
echo "${STARTCOMMAND[@]}"
|
echo "bash -c '${STARTCOMMAND[@]}'"
|
||||||
su steam -c "${STARTCOMMAND[@]}"
|
su steam -c "bash -c '${STARTCOMMAND[@]}'"
|
||||||
|
|||||||
Reference in New Issue
Block a user