fixed another typo
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user