parent
da43e68854
commit
ab5f248913
@ -1,3 +1,7 @@ |
||||
#!/usr/bin/with-contenv bash |
||||
|
||||
if [[ $DISABLE_HTTPS -ne 1 ]]; then |
||||
if [[ $ENABLE_LETSENCRYPT -eq 1 ]]; then |
||||
exec cron -f |
||||
fi |
||||
fi |
||||
|
Loading…
Reference in new issue