6 lines
156 B
Text
6 lines
156 B
Text
if [ ! -f /etc/pkcs11/pkcs11.conf ]
|
|
then
|
|
/usr/bin/mkdir -p /etc/pkcs11
|
|
/usr/bin/cp /etc/defaults/etc/pkcs11/pkcs11.conf /etc/pkcs11/pkcs11.conf
|
|
fi
|
|
|