From dc663490d92ebc0fec92e17a25aee389362f5f62 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 13 Jan 2026 20:47:42 +0200 Subject: [PATCH] install: the files are supposed to be copied, not executed --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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