From 15f91e4843f71a668af61b3aec8addea52594556 Mon Sep 17 00:00:00 2001 From: fithwum Date: Thu, 18 Dec 2025 13:54:59 -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 7487b19..a8a851b 100644 --- a/neoforged/Install_Script.sh +++ b/neoforged/Install_Script.sh @@ -9,7 +9,7 @@ BOOTSTRAP_MARKER="$MC_DIR/.neoforge_bootstrap_complete" FIRST_RUN=false -[ ! -f "$BOOTSTRAP_MARKER" ] && FIRST_RUN=true +[ ! -f $BOOTSTRAP_MARKER ] && FIRST_RUN=true MC_DIR=/MCserver