Skip to content

Commit

Permalink
halt
Browse files Browse the repository at this point in the history
you shall not pass
  • Loading branch information
anzz1 committed May 30, 2023
1 parent 8ea073e commit d716dde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion skeleton/.system/bin/shutdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
if [ ! -z "$DATETIME_PATH" ]; then
date -u +%s > "$DATETIME_PATH"
fi
sync && poweroff && sleep 10
sync && halt && poweroff && sleep 10
2 changes: 1 addition & 1 deletion skeleton/miyoo354/app/MainUI
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ update_fail() {
read -n1 < /dev/input/event0
sleep 1
while true; do
sync && poweroff && sleep 10
sync && halt && poweroff && sleep 10
done
}

Expand Down

0 comments on commit d716dde

Please sign in to comment.