mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2026-01-14 22:58:06 +01:00
install: the files are supposed to be copied, not executed
This commit is contained in:
parent
af21cc7e9a
commit
dc663490d9
2
install
2
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user