We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 051c986 commit 597c983Copy full SHA for 597c983
1 file changed
docker/mqtt.sh
@@ -15,7 +15,7 @@ fi
15
# if MQTT_HOST is set in environment variables, use environment variables
16
if [ -n "$MQTT_HOST" ]; then
17
echo "Using MQTT configuration from environment variables"
18
-else if [ -n "$_MQTT_HOST" ]; then
+elif [ -n "$_MQTT_HOST" ]; then
19
echo "Using MQTT configuration from options.json"
20
if [ "$DEBUG_MODE" == "true" ]; then
21
echo "MQTT settings from options.json:"
0 commit comments