This commit is contained in:
2023-09-05 17:26:33 -07:00
parent 5e01aca752
commit 438bc11bda
39 changed files with 39 additions and 39 deletions

View File

@@ -96,6 +96,6 @@ sleep 1
# Run Minecraft server.
echo " "
echo "INFO ! Starting Minecraft Server ${MC_VERSION}"
exec /MCserver/run-vanilla_${MC_VERSION}.sh --dataPath=/MCserver
exec screen -d -m /MCserver/run-vanilla_${MC_VERSION}.sh --dataPath=/MCserver
exit