diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index a82f02a..88073ec 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -196,7 +196,7 @@ INT_CONF=/usr/share/jitsi-meet/interface_config.js WAN_IP=$(dig +short myip.opendns.com @resolver1.opendns.com) enable_letsencrypt() { -if [ "$SSL_ENABLE" = "yes" ]; then +if [ "$ENABLE_SSL" = "yes" ]; then echo ' ######################################################################## Starting LetsEncrypt configuration