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