From: Harald Hoyer Date: Fri, 12 Feb 2021 12:26:11 +0000 (+0100) Subject: fix: shellcheck for modules.d/90crypt/module-setup.sh X-Git-Tag: 052~50 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0b920b83f251d6db896269bb60996b360dbc0521;p=thirdparty%2Fdracut.git fix: shellcheck for modules.d/90crypt/module-setup.sh --- diff --git a/modules.d/90crypt/module-setup.sh b/modules.d/90crypt/module-setup.sh index 58e5f34e6..94ad8484c 100755 --- a/modules.d/90crypt/module-setup.sh +++ b/modules.d/90crypt/module-setup.sh @@ -136,7 +136,7 @@ install() { fi done fi - done < $dracutsysrootdir/etc/crypttab > $initdir/etc/crypttab + done < "$dracutsysrootdir"/etc/crypttab > "$initdir"/etc/crypttab mark_hostonly /etc/crypttab fi