We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9116e0b commit cfba193Copy full SHA for cfba193
MerlinAU.sh
@@ -4788,7 +4788,7 @@ _UnzipMerlin_()
4788
rm -f "$FW_ZIP_FPATH"
4789
_SendEMailNotification_ FAILED_FW_UNZIP_STATUS
4790
Say "${REDct}**ERROR**${NOct}: Unable to decompress the firmware ZIP file [$FW_ZIP_FPATH]."
4791
- _return 1
+ return 1
4792
fi
4793
return 0
4794
}
0 commit comments