fixed another typo :)
This commit is contained in:
2
debian/debian-configure-sshd.sh
vendored
2
debian/debian-configure-sshd.sh
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user