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