Skip to content

Commit

Permalink
Update flightmonitor_MQTTtoHA.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
EricG78 authored Aug 24, 2021
1 parent 83ca253 commit 66eb96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flightmonitor_MQTTtoHA.sh
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ changeStatus() {
if [ ! -z "$piaware_subtopic" ]; then
mosquitto_pub $mosquittoArgs -r -t $mqtt_topic_prefix/$piaware_subtopic/status -m "offline"
fi
logger $script End of script execution
logger -t $script End of script execution
exit
}

Expand Down

0 comments on commit 66eb96c

Please sign in to comment.