diff --git a/buildroot-external/ota/rauc-hook b/buildroot-external/ota/rauc-hook index fb21b1984..bd5844149 100755 --- a/buildroot-external/ota/rauc-hook +++ b/buildroot-external/ota/rauc-hook @@ -2,7 +2,7 @@ set -o errexit -# shellcheck disable=SC2317 # Being usesd in trap which shellcheck can't follow +# shellcheck disable=SC2317,SC2329 # Being usesd in trap which shellcheck can't follow cleanup_boot() { umount "${BOOT_NEW}" rm -rf "${BOOT_TMP}" "${BOOT_NEW}"