Remove trailing spaces to get rid of failing status of CI

This commit is contained in:
Dirk 2022-04-01 18:07:19 +02:00
parent 25ef6dc2ca
commit bc2c8d6eaa

View File

@ -18728,7 +18728,7 @@ determine_service() {
else 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"
fi fi
fi fi
elif [[ "$protocol" == postgres ]]; then elif [[ "$protocol" == postgres ]]; then