secrets handling, part 2

This commit is contained in:
2023-12-19 11:47:37 +01:00
parent 7eb7ec4798
commit c77394bf4d
2 changed files with 5 additions and 1 deletions

View File

@ -5,7 +5,6 @@ if [ "$ENCRYPTION_KEY" = "" ]; then
exit 1
fi
MD5_CHECKSUM=$1
if [ "$MD5_CHECKSUM" = "" ]; then
echo "No checksum given"
exit 1