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

Commit 7bc8755a authored by Romain Hunault's avatar Romain Hunault 💻
Browse files

Merge branch 'remove-unused-timeout' into 'master'

Mount system when start on TWRP

See merge request !7
parents 8723b327 804e47bb
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -44,6 +44,8 @@ then
    adb devices | grep --perl-regex "${DEVICE_ID}\trecovery"
    if [ $? == 0 ]
    then
      adb -s ${DEVICE_ID} shell twrp mount system

      exit 0
    fi
  done
@@ -74,6 +76,6 @@ do
  sleep 1
done

echo ${DEVICE_ID}
adb -s ${DEVICE_ID} shell twrp mount system

sleep 10s
echo ${DEVICE_ID}