Added missing `fi`

Signed-off-by: Georg <georg@lysergic.dev>
This commit is contained in:
Georg Pfuetzenreuter 2021-08-20 15:50:20 +02:00
parent 5a550296b2
commit 4ac2b8b55e
Signed by: Georg
GPG Key ID: 1DAF57F49F8E8F22
1 changed files with 1 additions and 0 deletions

View File

@ -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