add mount debug info

This commit is contained in:
rootzoll 2021-08-21 17:40:29 +02:00
parent 01d99a0699
commit 50f83fbbf9

View File

@ -59,6 +59,7 @@ if [ "$1" = "checkrepair" ]; then
ls -la /etc/ssh
systemctl stop ssh
echo "# ssh-keygen1"
mount
cd /etc/ssh
ssh-keygen -A
systemctl start sshd