Skip to content

Commit e615517

Browse files
Update MerlinAU.sh
1 parent d988a00 commit e615517

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MerlinAU.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2691,12 +2691,12 @@ Please manually update to version $minimum_supported_version or higher to use th
26912691
dl_sig="$(grep "$firmware_file" sha256sum.sha256 | cut -d' ' -f1)"
26922692
if [ "$fw_sig" != "$dl_sig" ]; then
26932693
Say "${REDct}**ERROR**${NOct}: Extracted firmware does not match the SHA256 signature!"
2694+
_DoCleanUp_ 1
26942695
if [ "$inMenuMode" = true ]; then
26952696
_WaitForEnterKey_ "$menuReturnPromptStr"
26962697
return 1
26972698
else
2698-
# Assume non-interactive mode; perform cleanup and exit.
2699-
_DoCleanUp_ 1
2699+
# Assume non-interactive mode; perform exit.
27002700
_DoExit_ 1
27012701
fi
27022702
fi

0 commit comments

Comments
 (0)