]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
crypt-gpg: Include module if CCID smartcard support requested 210/head
authorMoritz Maxeiner <moritz@ucworks.org>
Thu, 30 Mar 2017 12:54:26 +0000 (14:54 +0200)
committerMoritz Maxeiner <moritz@ucworks.org>
Thu, 30 Mar 2017 12:54:26 +0000 (14:54 +0200)
modules.d/91crypt-gpg/module-setup.sh

index bb34676f3ce5f451249eeb6251ca078a703c8b77..f1c6a34bc715f8d91c0045a57499230803e4cdf9 100755 (executable)
@@ -10,6 +10,7 @@ check() {
             dwarning "crypt-gpg: GnuPG >= 2.1 with scdaemon and libusb required for ccid smartcard support"
             return 1
         fi
+        return 0
     fi
 
     return 255