Skip to content

Commit

Permalink
Revert "halt"
Browse files Browse the repository at this point in the history
This reverts commit d716dde.
  • Loading branch information
anzz1 committed May 30, 2023
1 parent 4fb4cfb commit b3828c6
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 && halt && poweroff && sleep 10
sync && 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 && halt && poweroff && sleep 10
sync && poweroff && sleep 10
done
}

Expand Down

0 comments on commit b3828c6

Please sign in to comment.