From 6949d2873b2a87a7242722d3a307bfae7aedd922 Mon Sep 17 00:00:00 2001 From: fithwum Date: Thu, 16 Nov 2023 10:25:10 -0800 Subject: [PATCH] screen test --- testing/install_script.sh | 3 ++- testing/run.sh | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/install_script.sh b/testing/install_script.sh index d885947..fd7368d 100644 --- a/testing/install_script.sh +++ b/testing/install_script.sh @@ -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 \ No newline at end of file diff --git a/testing/run.sh b/testing/run.sh index f294f43..13a04ac 100644 --- a/testing/run.sh +++ b/testing/run.sh @@ -2,7 +2,6 @@ # Copyright (c) 2022 fithwum # All rights reserved -cd /MCserver JAR=./MCserver-*.jar while [ true ]; do