This commit is contained in:
2023-12-21 20:17:04 -06:00
parent b83b879814
commit 10f5b7307e

View File

@@ -81,7 +81,7 @@ if [ $isInFile -eq 0 ]
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
mv /home/akanealw/.ssh/config /home/akanealw/.ssh/config.bak