]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix: shellcheck for modules.d/90crypt/module-setup.sh
authorHarald Hoyer <harald@redhat.com>
Fri, 12 Feb 2021 12:26:11 +0000 (13:26 +0100)
committerHarald Hoyer <harald@hoyer.xyz>
Mon, 15 Feb 2021 10:00:37 +0000 (11:00 +0100)
modules.d/90crypt/module-setup.sh

index 58e5f34e650ce47919293ca4dd59ead412952c5c..94ad8484cda4a762c4c14feb1853df2a474f0af3 100755 (executable)
@@ -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