install: the files are supposed to be copied, not executed

This commit is contained in:
Aminda Suomalainen 2026-01-13 20:47:42 +02:00
parent af21cc7e9a
commit dc663490d9
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -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