screen test

This commit is contained in:
2023-11-18 05:34:49 -08:00
parent 517975f215
commit 5625c36e10
3 changed files with 7 additions and 1 deletions

View File

@@ -101,6 +101,7 @@ sleep 1
# Run Minecraft server.
echo " "
echo "INFO ! Starting Minecraft Server $MC_VERSION"
screen -S Minecraft -d -m sh /MCserver/run-$MC_VERSION.sh --dataPath=/MCserver
cd /MCserver
screen -S minecraft -d -m sh run-$MC_VERSION.sh --dataPath=/MCserver
exit