forked from switnet/quick-jibri-installer
Fix aviable name
Fix error in variable name preventing launching SSL configuration.
This commit is contained in:
parent
9d3d319869
commit
7bb49bdcf8
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue