Skip to content

Commit

Permalink
reset boot_done before shutdown (#2027)
Browse files Browse the repository at this point in the history
  • Loading branch information
LKuemmel authored Nov 20, 2024
1 parent 020b4c1 commit afcc0e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runs/shutdown.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
#!/bin/bash
mosquitto_pub -p 1886 -t "openWB/system/boot_done" -r -m 'false'
sleep 1
sudo poweroff &

0 comments on commit afcc0e8

Please sign in to comment.