From 56e3dd536681505bf224db63a7fb498a5428a5e5 Mon Sep 17 00:00:00 2001 From: fithwum Date: Thu, 18 Dec 2025 09:56:54 -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 746a56c..caaf6e0 100644 --- a/neoforged/Install_Script.sh +++ b/neoforged/Install_Script.sh @@ -56,7 +56,7 @@ if [ "$ACCEPT_EULA" == "true" ]; then echo " " echo "INFO ! EULA accepted, server restarting, please wait..." sleep 1 - exec .$MC_DIR/run-$NEOFORGED_VERSION.sh #--dataPath=$MC_DIR + exec .$MC_DIR/run-$NEOFORGED_VERSION.sh nogui exit 0 fi elif [ "$ACCEPT_EULA" == "false" ]; then @@ -91,6 +91,6 @@ sleep 1 echo " " echo "INFO ! Starting Minecraft Server $NEOFORGED_VERSION" cd $MC_DIR -exec ./run-$NEOFORGED_VERSION.sh nogui #--dataPath=$MC_DIR +exec ./run-$NEOFORGED_VERSION.sh nogui exit \ No newline at end of file