We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65563d9 commit cf90461Copy full SHA for cf90461
web/rootfs/etc/cont-init.d/10-config
@@ -25,8 +25,8 @@ if [[ $DISABLE_HTTPS -ne 1 ]]; then
25
$STAGING \
26
--issue \
27
--standalone \
28
- --pre-hook "if [[ -f /var/run/s6/services/nginx ]]; then s6-svc -d /var/run/s6/services/nginx; fi" \
29
- --post-hook "if [[ -f /var/run/s6/services/nginx ]]; then s6-svc -u /var/run/s6/services/nginx; fi" \
+ --pre-hook "if [[ -d /var/run/s6/services/nginx ]]; then s6-svc -d /var/run/s6/services/nginx; fi" \
+ --post-hook "if [[ -d /var/run/s6/services/nginx ]]; then s6-svc -u /var/run/s6/services/nginx; fi" \
30
-d $LETSENCRYPT_DOMAIN
31
rc=$?
32
if [[ $rc -eq 1 ]]; then
0 commit comments