This commit is contained in:
2024-09-25 13:39:25 -07:00
parent 4944a5885b
commit 33c4d10d6a
2 changed files with 4 additions and 4 deletions

View File

@@ -107,7 +107,7 @@ sleep 1
# Run Minecraft server.
echo " "
echo "INFO ! Starting Minecraft Server $MC_VERSION"
exec /MCserver/run-$MC_VERSION.sh --dataPath=/MCserver
#exec /MCserver/run-$MC_VERSION.sh --dataPath=/MCserver
screen -dmS MCserver /MCserver/run-$MC_VERSION.sh --dataPath=/MCserver
exit