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

Commit 8ac133b

Browse files
aptalcathelamer
authored andcommitted
prevent container shutdown due to exit 1
1 parent 2def09e commit 8ac133b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

root/etc/cont-init.d/60-renew

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ if openssl x509 -in /config/keys/letsencrypt/fullchain.pem -noout -checkend 8640
66
else
77
echo "The cert is either expired or it expires within the next day. Attempting to renew. This could take up to 10 minutes."
88
/app/le-renew.sh
9+
sleep 1
910
fi

0 commit comments

Comments
 (0)