Skip to content

Commit 597c983

Browse files
committed
fix incorrect syntax
1 parent 051c986 commit 597c983

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/mqtt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ fi
1515
# if MQTT_HOST is set in environment variables, use environment variables
1616
if [ -n "$MQTT_HOST" ]; then
1717
echo "Using MQTT configuration from environment variables"
18-
else if [ -n "$_MQTT_HOST" ]; then
18+
elif [ -n "$_MQTT_HOST" ]; then
1919
echo "Using MQTT configuration from options.json"
2020
if [ "$DEBUG_MODE" == "true" ]; then
2121
echo "MQTT settings from options.json:"

0 commit comments

Comments
 (0)