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

Commit 23b7bf4b authored by vincent's avatar vincent
Browse files

fix wait-reboot.sh

parent 79d17d32
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ then
fi

#Then we wait that it left this state
while adb -s ${DEVICE_ID} get-state
while adb -s ${DEVICE_ID} get-state 2> /dev/null
do
	sleep 1
done
 No newline at end of file