Skip to content

Commit

Permalink
fix reboot timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperq authored and wgreenberg committed Nov 19, 2024
1 parent 4d8cc9b commit ced5f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/install-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ setup_rayhunter() {
_at_syscmd "chmod 755 /etc/init.d/misc-daemon"

echo -n "waiting for reboot..."
_at_syscmd reboot
_at_syscmd "shutdown -r -t 1 now"

# first wait for shutdown (it can take ~10s)
until ! _adb_shell true 2> /dev/null
Expand Down

0 comments on commit ced5f73

Please sign in to comment.