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 c2da34bf96
commit 2678f552b6

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