From 04e9d11a959a02892e3d60ee50084f8a05d0623e Mon Sep 17 00:00:00 2001 From: akanealw Date: Fri, 22 Dec 2023 20:03:08 -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 e45e71e..fad2c51 100644 --- a/debian/debian-configure-sshd.sh +++ b/debian/debian-configure-sshd.sh @@ -71,7 +71,7 @@ fi # config /home/akanealw/.ssh/ -isInFile=$(cat /home/akanealw/.ssh/config | grep -c "*root") +isInFile=$(cat /home/akanealw/.ssh/config | grep -c "*-root") if [ $isInFile -eq 0 ] then cp /home/akanealw/.ssh/config /home/akanealw/.ssh/config.bak > /dev/null 2>&1