fixed another typo

This commit is contained in:
2023-12-22 19:55:16 -06:00
parent 25bba1486e
commit ebc4f29f3a
+1 -1
View File
@@ -92,7 +92,7 @@ fi
# config /root/.ssh/ # config /root/.ssh/
isInFile=$(cat /root/.ssh/config | grep -c "*root") isInFile=$(cat /root/.ssh/config | grep -c "*-root")
if [ $isInFile -eq 0 ] if [ $isInFile -eq 0 ]
then then
cp /root/.ssh/config /root/.ssh/config.bak > /dev/null 2>&1 cp /root/.ssh/config /root/.ssh/config.bak > /dev/null 2>&1