diff --git a/install b/install index a147d717..875d7dce 100755 --- a/install +++ b/install @@ -205,7 +205,7 @@ if [ "$(id -u)" == "0" ]; then # SECURITY device/module configuration. SECURITY WARNING if [ -d /etc/pkcs11/modules/ ]; then - etc/pkcs11/modules/*.module /etc/pkcs11/modules/ + cp -v etc/pkcs11/modules/*.module /etc/pkcs11/modules/ fi # SSHd hardening hopefully. SECURITY WARNING