Added minecraft

This commit is contained in:
Maurice
2025-10-01 17:41:40 +02:00
parent b08e4809ac
commit 8022b05767
27 changed files with 924 additions and 3 deletions

View File

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