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