Merge pull request #3117 from dcooper16/fixtypo

Fix typo
This commit is contained in:
Dirk Wetter
2026-08-11 19:13:38 +02:00
committed by GitHub
+1 -1
View File
@@ -24118,7 +24118,7 @@ determine_service() {
if "$HAS_XMPP"; then if "$HAS_XMPP"; then
# small hack -- instead of changing calls all over the place # small hack -- instead of changing calls all over the place
STARTTLS="$STARTTLS -xmpphost $NODE" STARTTLS="$STARTTLS -xmpphost $NODE"
llelse else
# If the XMPP name cannot be provided using -xmpphost, # If the XMPP name cannot be provided using -xmpphost,
# then it needs to be provided to the -connect option # then it needs to be provided to the -connect option
NODEIP="$NODE" NODEIP="$NODE"