Skip to content

Commit

Permalink
Fix bash merge
Browse files Browse the repository at this point in the history
  • Loading branch information
phdelodder committed Nov 10, 2023
1 parent a219557 commit 1229a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/root/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ DECONZ_OPTS="--auto-connect=1 \
--ws-port=$DECONZ_WS_PORT"

if [ "$DECONZ_BAUDRATE" != 0 ]; then
DECONZ_OPTS+=" --DECONZ_BAUDRATE=$DECONZ_BAUDRATE"
DECONZ_OPTS="$DECONZ_OPTS --DECONZ_BAUDRATE=$DECONZ_BAUDRATE"
fi

echo "[deconzcommunity/deconz] Using options" $DECONZ_OPTS
Expand Down

0 comments on commit 1229a88

Please sign in to comment.