Browse Source

fix: shellcheck for modules.d/91crypt-gpg/module-setup.sh

master
Harald Hoyer 4 years ago committed by Harald Hoyer
parent
commit
33e9727ee7
  1. 2
      modules.d/91crypt-gpg/module-setup.sh

2
modules.d/91crypt-gpg/module-setup.sh

@ -46,7 +46,7 @@ sc_supported() { @@ -46,7 +46,7 @@ sc_supported() {
require_binaries gpg-agent &&
require_binaries gpg-connect-agent &&
require_binaries /usr/libexec/scdaemon &&
($DRACUT_LDD $dracutsysrootdir/usr/libexec/scdaemon | grep libusb > /dev/null); then
($DRACUT_LDD "$dracutsysrootdir"/usr/libexec/scdaemon | grep libusb > /dev/null); then
return 0
else
return 1

Loading…
Cancel
Save