feat: adjust file-dload-curl-cert.sh

This commit is contained in:
dancingCycle 2023-12-16 22:03:31 +01:00
parent cf531cb4e7
commit 67aac199f8
1 changed files with 0 additions and 3 deletions

View File

@ -15,9 +15,6 @@ certPath="$3"
output="$4"
echo "output: ${output}"
#
cd ~
rm -r ${HOME}/gtfs
mkdir -p ${HOME}/gtfs
curl --request GET --url $downloadUrl --header "Accept-Encoding: gzip, deflate" --cert-type P12 --cert ${certPath}:"$certSecret" --output $output
#
echo "done."