cp, not ln

This commit is contained in:
Maurice
2025-10-01 12:46:10 +02:00
parent 54e9492d79
commit fcca20714e
6 changed files with 9 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/sh
ln -sf $(pwd)/sshd_config /etc/ssh/sshd_config
cp -f $(pwd)/sshd_config /etc/ssh/sshd_config
if [ "$1" = "reload" ]; then
rc-service sshd restart