kereis / traefik-certs-dumper

Dumps Let's Encrypt certificates of a specified domain which Traefik stores in acme.json.
Apache License 2.0
129 stars 24 forks source link

Fix bash syntax errors #31

Closed tremlin closed 3 years ago

tremlin commented 3 years ago

When I created a new docker image from the develop branch (in order to get the restart-services option, which is not on Docker Hub yet), I got the following errors when running the container

traefik_certdumper | /usr/bin/dump: line 92: [: missing `]'
traefik_certdumper | /usr/bin/dump: line 122: [: missing `]'

This PR fixes these syntax errors.