fixed another typo

This commit is contained in:
2023-12-22 19:55:16 -06:00
parent 25bba1486e
commit ebc4f29f3a

View File

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