diff options
author | Georg | 2021-08-20 15:50:20 +0200 |
---|---|---|
committer | Georg | 2021-08-20 15:50:20 +0200 |
commit | 2678f552b69331fdcb296a8c5a4c41d005b3470f (patch) | |
tree | 51ab2a853efb79c51b741da75da1a8bee2389e7a /scripts | |
parent | c2da34bf964513b5363f3efa6b91384ccfbc97fe (diff) | |
download | system-2678f552b69331fdcb296a8c5a4c41d005b3470f.tar.gz system-2678f552b69331fdcb296a8c5a4c41d005b3470f.tar.bz2 system-2678f552b69331fdcb296a8c5a4c41d005b3470f.zip |
Added missing `fi`
Signed-off-by: Georg <georg@lysergic.dev>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/sh/deploy_syscid_ca.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |