File Manager

Current Path : /usr/share/initramfs-tools/scripts/local-bottom/
Upload File :
Current File : //usr/share/initramfs-tools/scripts/local-bottom/cryptgnupg-sc

#!/bin/sh

PREREQ=""

prereqs() {
    echo "$PREREQ"
}

case $1 in
    prereqs)
        prereqs
        exit 0
        ;;
esac

if [ -x /usr/bin/gpgconf ] && [ -d "/cryptroot/gnupghome" ]; then
    gpgconf --homedir="/cryptroot/gnupghome" --kill all
fi

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com