Files
jitsi-meet-deployment/web/rootfs/etc/services.d/cron/run

8 lines
140 B
Plaintext
Executable File

#!/usr/bin/with-contenv bash
if [[ $DISABLE_HTTPS -ne 1 ]]; then
if [[ $ENABLE_LETSENCRYPT -eq 1 ]]; then
exec cron -f
fi
fi