Fix aviable name

Fix error in variable name preventing launching SSL configuration.
This commit is contained in:
Luis Guzmán 2018-11-04 22:54:08 -06:00
parent 9d3d319869
commit 7bb49bdcf8
No known key found for this signature in database
GPG Key ID: BE0F0FDD8926E0C5
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ INT_CONF=/usr/share/jitsi-meet/interface_config.js
WAN_IP=$(dig +short myip.opendns.com @resolver1.opendns.com) WAN_IP=$(dig +short myip.opendns.com @resolver1.opendns.com)
enable_letsencrypt() { enable_letsencrypt() {
if [ "$SSL_ENABLE" = "yes" ]; then if [ "$ENABLE_SSL" = "yes" ]; then
echo ' echo '
######################################################################## ########################################################################
Starting LetsEncrypt configuration Starting LetsEncrypt configuration