Skip to content

Commit

Permalink
using shutdown -h now to make sure the PWR LED goes off
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliomoro committed Nov 2, 2017
1 parent 837da61 commit cb89eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/rootfs/opt/Bela/bela_button_hold.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
CUSTOM_FILE=/opt/Bela/local/`basename $0`
[ -f $CUSTOM_FILE ] &&\
{ echo "Bela cape button held, running $CUSTOM_FILE " | wall; $CUSTOM_FILE; } ||\
{ echo Shutting down | wall; halt; }
{ echo Shutting down | wall; shutdown -h now; }

0 comments on commit cb89eb9

Please sign in to comment.