Skip to content

Commit de2547f

Browse files
committed
Extended sleep time to fix adbd startup failure
1 parent eac7481 commit de2547f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/radxa-otgutils

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ start()
132132
fi
133133
export service_adb_tcp_port=5555
134134
start-stop-daemon --start --oknodo --make-pidfile --pidfile /var/run/adbd.pid --startas /usr/bin/adbd --background
135-
sleep 0
135+
sleep 0.1
136136
;;
137137
esac
138138

0 commit comments

Comments
 (0)