mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-31 14:57:59 +00:00
Updated echo for start command to reflect what is being executed.
This commit is contained in:
@@ -85,6 +85,6 @@ default:
|
|||||||
EOL
|
EOL
|
||||||
|
|
||||||
printf "\e[0;32m*****STARTING SERVER*****\e[0m\n"
|
printf "\e[0;32m*****STARTING SERVER*****\e[0m\n"
|
||||||
echo "bash -c '${STARTCOMMAND[*]}'"
|
echo "${STARTCOMMAND[*]}"
|
||||||
"${STARTCOMMAND[@]}"
|
"${STARTCOMMAND[@]}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user