From ecad790b9259dac3b8aa72525905e816be948b22 Mon Sep 17 00:00:00 2001 From: fithwum Date: Thu, 18 Dec 2025 09:58:42 -0800 Subject: [PATCH] test --- neoforged/Install_Script.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/neoforged/Install_Script.sh b/neoforged/Install_Script.sh index caaf6e0..6d1f166 100644 --- a/neoforged/Install_Script.sh +++ b/neoforged/Install_Script.sh @@ -56,7 +56,8 @@ if [ "$ACCEPT_EULA" == "true" ]; then echo " " echo "INFO ! EULA accepted, server restarting, please wait..." sleep 1 - exec .$MC_DIR/run-$NEOFORGED_VERSION.sh nogui + cd $MC_DIR + exec ./run-$NEOFORGED_VERSION.sh nogui exit 0 fi elif [ "$ACCEPT_EULA" == "false" ]; then