We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3203329 commit 0d84f0dCopy full SHA for 0d84f0d
buildroot-external/ota/rauc-hook
@@ -2,7 +2,7 @@
2
3
set -o errexit
4
5
-# 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
6
cleanup_boot() {
7
umount "${BOOT_NEW}"
8
rm -rf "${BOOT_TMP}" "${BOOT_NEW}"
0 commit comments