mirror of
https://github.com/MeexReay/pmos-xiaomi-angelican.git
synced 2025-06-24 10:32:59 +03:00
remove stderr from adb devices call
This commit is contained in:
parent
90e953c9cd
commit
7a33e5027c
@ -10,7 +10,7 @@ has_fastboot() {
|
||||
}
|
||||
|
||||
has_recovery() {
|
||||
pmbootstrap chroot adb devices | grep -q "recovery"
|
||||
pmbootstrap chroot adb devices 2> /dev/null | grep -q "recovery"
|
||||
return $?
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user