From 6693107cc09772e2db9dde6dc35671c9faefd7d8 Mon Sep 17 00:00:00 2001 From: fithwum Date: Fri, 17 Jul 2026 06:52:04 -0700 Subject: [PATCH] update --- testing/install_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/install_script.sh b/testing/install_script.sh index 9fc0c04..f24e739 100644 --- a/testing/install_script.sh +++ b/testing/install_script.sh @@ -288,6 +288,6 @@ sleep 1 echo " " echo "INFO ! Starting Minecraft Server $MC_TYPE-$MC_VERSION" cd $MC_DIR -exec ./run-$MC_TYPE-$MC_VERSION.sh nogui --dataPath=$MC_DIR +exec ./run-$MC_TYPE-$MC_VERSION.sh nogui #--dataPath=$MC_DIR exit \ No newline at end of file