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

Commit 7ced68c9 authored by Sahil Sonar's avatar Sahil Sonar 💬
Browse files

2e: Reboot to system at the end

  - Avoid further confusion to "end user" if update was sucessfully installed or not.
parent 797761eb
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -164,3 +164,10 @@ then
fi
sleep 1
echo "Flashed vendor"

if ! "$FASTBOOT_PATH" -s "$DEVICE_ID" reboot
then
  exit 21
fi
sleep 1
echo "Rebooted to system"