Correct link to docker images

This commit is contained in:
Patrick Skowronek
2022-05-11 09:05:23 +02:00
parent 25cee2ff5b
commit 8da8a7933a
2 changed files with 4 additions and 3 deletions

View File

@ -65,7 +65,7 @@ if [ ! -d "certs" ]; then
mkdir -p certs
fi
if [ -e "/etc/bridgehead/traefik.crt" ]; then
if [ ! -e "certs/traefik.crt" ]; then
openssl req -x509 -newkey rsa:4096 -nodes -keyout certs/traefik.key -out certs/traefik.crt -days 365
fi