mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2026-01-19 09:17:58 +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
|
# SECURITY device/module configuration. SECURITY WARNING
|
||||||
if [ -d /etc/pkcs11/modules/ ]; then
|
if [ -d /etc/pkcs11/modules/ ]; then
|
||||||
etc/pkcs11/modules/*.module /etc/pkcs11/modules/
|
cp -v etc/pkcs11/modules/*.module /etc/pkcs11/modules/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# SSHd hardening hopefully. SECURITY WARNING
|
# SSHd hardening hopefully. SECURITY WARNING
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user