add touch

This commit is contained in:
rootzoll 2021-08-21 17:42:18 +02:00
parent 50f83fbbf9
commit 295e63f1c1

View File

@ -61,6 +61,7 @@ if [ "$1" = "checkrepair" ]; then
echo "# ssh-keygen1"
mount
cd /etc/ssh
touch test.test
ssh-keygen -A
systemctl start sshd
sleep 3