We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfaa658 commit 465086eCopy full SHA for 465086e
rootfs/usr/share/plane-alert/plane-alert.sh
@@ -501,8 +501,8 @@ then
501
MQTT_HOST="${MQTT_HOST%:*}" # finally strip the host so there's only a hostname or ip address
502
503
# log the message we are going to send:
504
- "${s6wrap[@]}" echo "pting to send a MQTT notification:"
505
- "${s6wrap[@]}" echo "TT_HOST}"
+ "${s6wrap[@]}" echo "Attempting to send a MQTT notification:"
+ "${s6wrap[@]}" echo "MQTT Host: ${MQTT_HOST}"
506
"${s6wrap[@]}" echo "MQTT Port: ${MQTT_PORT:-1883}"
507
"${s6wrap[@]}" echo "MQTT Topic: ${MQTT_TOPIC}"
508
"${s6wrap[@]}" echo "MQTT Client ID: ${MQTT_CLIENT_ID:-$(hostname)}"
0 commit comments