Skip to content
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.

Commit

Permalink
prevent container shutdown due to exit 1
Browse files Browse the repository at this point in the history
  • Loading branch information
aptalca authored and thelamer committed Mar 7, 2020
1 parent 2def09e commit 8ac133b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions root/etc/cont-init.d/60-renew
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ if openssl x509 -in /config/keys/letsencrypt/fullchain.pem -noout -checkend 8640
else
echo "The cert is either expired or it expires within the next day. Attempting to renew. This could take up to 10 minutes."
/app/le-renew.sh
sleep 1
fi

0 comments on commit 8ac133b

Please sign in to comment.