From 7bb49bdcf8e42e90832fe22da0429bd1fcf15e43 Mon Sep 17 00:00:00 2001 From: Luis Guzman Date: Sun, 4 Nov 2018 22:54:08 -0600 Subject: [PATCH] Fix aviable name Fix error in variable name preventing launching SSL configuration. --- quick_jibri_installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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