screen test

This commit is contained in:
2023-11-18 05:40:17 -08:00
parent 5625c36e10
commit a32f028e81
2 changed files with 5 additions and 3 deletions

View File

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