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