From 07c3d81677aebc8877a843d7fec5c82ecd0656ae Mon Sep 17 00:00:00 2001 From: fithwum Date: Thu, 18 Dec 2025 09:15:24 -0800 Subject: [PATCH] test --- neoforged/Install_Script.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neoforged/Install_Script.sh b/neoforged/Install_Script.sh index cf1b706..668180a 100644 --- a/neoforged/Install_Script.sh +++ b/neoforged/Install_Script.sh @@ -157,7 +157,7 @@ sleep 1 # Run Minecraft server. echo " " echo "INFO ! Starting Minecraft Server $NEOFORGED_VERSION" -# cd $MC_DIR -exec .$MC_DIR/run-$NEOFORGED_VERSION.sh nogui #--dataPath=$MC_DIR +cd $MC_DIR +exec ./run-$NEOFORGED_VERSION.sh nogui #--dataPath=$MC_DIR exit \ No newline at end of file