Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b03cc380 authored by vincent's avatar vincent
Browse files

update wait-recovery.sh

parent fe7b1735
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ new_device=false

while ! $new_device
do
  DEVICE_ID=$(adb get-serialno)
  DEVICE_ID=$(eval "adb get-serialno")

  if [ ! -z $DEVICE_ID ]
  then