From cfba193dddfdc73738458675f47643fe4db2100b Mon Sep 17 00:00:00 2001 From: Joel Samson Date: Tue, 18 Mar 2025 01:32:34 -0400 Subject: [PATCH] Typo Correction Typo Correction --- MerlinAU.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MerlinAU.sh b/MerlinAU.sh index a5b88138..317fd6ad 100644 --- a/MerlinAU.sh +++ b/MerlinAU.sh @@ -4788,7 +4788,7 @@ _UnzipMerlin_() rm -f "$FW_ZIP_FPATH" _SendEMailNotification_ FAILED_FW_UNZIP_STATUS Say "${REDct}**ERROR**${NOct}: Unable to decompress the firmware ZIP file [$FW_ZIP_FPATH]." - _return 1 + return 1 fi return 0 }