This commit is contained in:
Wolfgang Hottgenroth 2025-01-09 14:49:15 +01:00
parent 7a350e0bc7
commit 311e732841

View File

@ -10,6 +10,8 @@ if [ "$MD5_CHECKSUM" = "" ]; then
exit 1
fi
echo $ENCRYPTION_KEY
SECRETS_CIPHERTEXT_FILE=secrets.enc
SECRETS_PLAINTEXT_FILE=/tmp/secrets
TMP_FILE=`mktemp`