mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-03-16 14:02:07 +00:00
added missing double quote
This commit is contained in:
@@ -1077,7 +1077,7 @@ else
|
||||
done
|
||||
fi
|
||||
|
||||
if [[ "$ssh_key_check -ne 0 ]]; then
|
||||
if [[ "$ssh_key_check" -ne 0 ]]; then
|
||||
/bin/rm /etc/ssh/ssh_host_rsa_key
|
||||
/bin/rm /etc/ssh/ssh_host_rsa_key.public
|
||||
ssh_key_check=0
|
||||
|
||||
Reference in New Issue
Block a user