From de2c4da630c36e901d1ea445b3705eff0ccabbb5 Mon Sep 17 00:00:00 2001 From: Bob Gendler Date: Fri, 26 May 2023 12:14:44 -0400 Subject: [PATCH] added missing double quote --- scripts/generate_guidance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate_guidance.py b/scripts/generate_guidance.py index ccc4391a..8d93c5a1 100755 --- a/scripts/generate_guidance.py +++ b/scripts/generate_guidance.py @@ -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