From ebc4f29f3ab8cb3a933b27bcc340ed12d925d834 Mon Sep 17 00:00:00 2001 From: akanealw Date: Fri, 22 Dec 2023 19:55:16 -0600 Subject: [PATCH] fixed another typo --- debian/debian-configure-sshd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/debian-configure-sshd.sh b/debian/debian-configure-sshd.sh index 5b0c86d..e45e71e 100644 --- a/debian/debian-configure-sshd.sh +++ b/debian/debian-configure-sshd.sh @@ -92,7 +92,7 @@ fi # config /root/.ssh/ -isInFile=$(cat /root/.ssh/config | grep -c "*root") +isInFile=$(cat /root/.ssh/config | grep -c "*-root") if [ $isInFile -eq 0 ] then cp /root/.ssh/config /root/.ssh/config.bak > /dev/null 2>&1