From 956508aae0baba28366412df8381f0e2afc0fab4 Mon Sep 17 00:00:00 2001 From: fithwum Date: Thu, 18 Dec 2025 13:55:08 -0800 Subject: [PATCH] test --- neoforged/Install_Script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neoforged/Install_Script.sh b/neoforged/Install_Script.sh index a8a851b..9ac57a1 100644 --- a/neoforged/Install_Script.sh +++ b/neoforged/Install_Script.sh @@ -7,7 +7,7 @@ # FIRST_RUN=true # fi -BOOTSTRAP_MARKER="$MC_DIR/.neoforge_bootstrap_complete" +BOOTSTRAP_MARKER=$MC_DIR/.neoforge_bootstrap_complete FIRST_RUN=false [ ! -f $BOOTSTRAP_MARKER ] && FIRST_RUN=true