]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
chore: remove unnecessary shellcheck disable for SC2030
authorLaszlo Gombos <laszlo.gombos@gmail.com>
Sat, 25 Feb 2023 00:53:43 +0000 (00:53 +0000)
committerLaszlo <laszlo.gombos@gmail.com>
Wed, 13 Nov 2024 11:02:24 +0000 (06:02 -0500)
modules.d/90crypt/module-setup.sh

index 84d61d74cf129ff1cbd971c58bbd0d21b5c9ce7f..07bae9904ca4b4b3d4b545ae9dffe66ae6b3c817 100755 (executable)
@@ -36,7 +36,6 @@ installkernel() {
             # get the device name
             name=/dev/$(dmsetup info -c --noheadings -o blkdevname "${name%:}")
             # check if the device exists as a key in our host_fs_types (even with null string)
-            # shellcheck disable=SC2030  # this is a shellcheck bug
             if [[ ${host_fs_types[$name]+_} ]]; then
                 # split the cipher aes-xts-plain64 in pieces
                 IFS='-:' read -ra mods <<< "$cipher"