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