fixed another typo :)

This commit is contained in:
2023-12-22 20:03:08 -06:00
parent ebc4f29f3a
commit 04e9d11a95

View File

@@ -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