From 4ac2b8b55e6fe4f91397a7185c2b05c77e526d6b Mon Sep 17 00:00:00 2001 From: Georg Date: Fri, 20 Aug 2021 15:50:20 +0200 Subject: Added missing `fi` Signed-off-by: Georg --- scripts/sh/deploy_syscid_ca.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/sh/deploy_syscid_ca.sh b/scripts/sh/deploy_syscid_ca.sh index bc60eca..0a577ad 100755 --- a/scripts/sh/deploy_syscid_ca.sh +++ b/scripts/sh/deploy_syscid_ca.sh @@ -31,6 +31,7 @@ elif [ "${DISTRIB}" = '"Arch Linux"' ]; then else echo "Fingerpring mismatch. Operation aborted." rm -f $CRT + fi else echo "Unsupported operating system." fi -- cgit v1.2.3