From 6fc6cb6c9b6ac00c2f8f107df08422312d29185d Mon Sep 17 00:00:00 2001 From: "jacob.eva" Date: Wed, 8 Nov 2023 20:58:35 +0000 Subject: [PATCH] Corrected variable name --- xmpp-wizard.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xmpp-wizard.sh b/xmpp-wizard.sh index 9e70a77..43e126d 100644 --- a/xmpp-wizard.sh +++ b/xmpp-wizard.sh @@ -903,7 +903,7 @@ if [ "$httpuploads" == "y" ]; then config+=${stun1} config+=${midsection} config+=${upload2} - config+=${modules} + config+=${modules1} config+=${upload3} config+=${modules2} config+=${stun2} @@ -912,7 +912,7 @@ if [ "$httpuploads" == "y" ]; then config+=${upload1} config+=${midsection} config+=${upload2} - config+=${modules} + config+=${modules1} config+=${upload3} config+=${modules2} config+=${footer} @@ -921,13 +921,13 @@ else if [ "$stunturn" == "y" ]; then config+=${stun1} config+=${midsection} - config+=${modules} + config+=${modules1} config+=${modules2} config+=${stun2} config+=${footer} else config+=${midsection} - config+=${modules} + config+=${modules1} config+=${modules2} config+=${footer} fi