Skip to content

Commit

Permalink
fix: remove filename duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
zembrowski committed Jun 10, 2024
1 parent bdb4aec commit 1258c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-test-cez-certificate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
TARGET_DIRECTORY="CEZ/"
CERTIFICATE_ARCHIVE_FILENAME="Test_Zertifikate.zip"

curl -sS -o "$TARGET_DIRECTORY"Test_Zertifikate.zip https://download.elster.de/download/schnittstellen/"$CERTIFICATE_ARCHIVE_FILENAME" && \
curl -sS -o "$TARGET_DIRECTORY$CERTIFICATE_ARCHIVE_FILENAME" https://download.elster.de/download/schnittstellen/"$CERTIFICATE_ARCHIVE_FILENAME" && \
unzip -j "$TARGET_DIRECTORY$CERTIFICATE_ARCHIVE_FILENAME" -d "$TARGET_DIRECTORY" eric-zertifikate-bescheidabholung/PSE/eric_private.p12 eric-zertifikate-bescheidabholung/PSE/eric_public.cer && \
rm "$TARGET_DIRECTORY$CERTIFICATE_ARCHIVE_FILENAME"

0 comments on commit 1258c8f

Please sign in to comment.