From f72289da3e16e5512991b0ff2145c52548972715 Mon Sep 17 00:00:00 2001 From: ExtremeFiretop Date: Thu, 14 Aug 2025 09:16:14 -0400 Subject: [PATCH] Don't purge the configuration file early Don't purge the configuration file early --- MerlinAU.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/MerlinAU.sh b/MerlinAU.sh index c1050432..49f5abe9 100644 --- a/MerlinAU.sh +++ b/MerlinAU.sh @@ -9568,7 +9568,6 @@ _CheckForMinimumRequirements_() "$requirementsCheckOK" && return 0 - rm -f "$CONFIG_FILE" return 1 }