Skip to content

Commit

Permalink
Fix adbd restart
Browse files Browse the repository at this point in the history
  • Loading branch information
RadxaYuntian committed Apr 24, 2023
1 parent cc487e1 commit 5eed682
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/radxa-otgutils
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ stop()
case "$MODE" in
adbd)
start-stop-daemon --stop --oknodo --pidfile /var/run/adbd.pid --retry 5
umount /dev/usb-ffs/adb
rmdir /dev/usb-ffs/adb
rmdir /dev/usb-ffs
;;
esac
}
Expand Down

0 comments on commit 5eed682

Please sign in to comment.