remove explicit directory

This commit is contained in:
rootzoll
2021-08-21 17:39:50 +02:00
parent 3a2cb57d5f
commit 01d99a0699

View File

@@ -61,9 +61,6 @@ if [ "$1" = "checkrepair" ]; then
echo "# ssh-keygen1"
cd /etc/ssh
ssh-keygen -A
echo "# ssh-keygen2"
mkdir /home/admin/ssh
ssh-keygen -A -f /etc/ssh
systemctl start sshd
sleep 3