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

Commit e428f624 authored by Doug Zongker's avatar Doug Zongker Committed by Android Git Automerger
Browse files

am f187a543: am 3b5a987c: recovery: fix use of init reboot method

* commit 'f187a543':
  recovery: fix use of init reboot method
parents 79a188cb f187a543
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1062,6 +1062,6 @@ main(int argc, char **argv) {
    // Otherwise, get ready to boot the main system...
    finish_recovery(send_intent);
    ui->Print("Rebooting...\n");
    property_set(ANDROID_RB_PROPERTY, "");
    property_set(ANDROID_RB_PROPERTY, "reboot,");
    return EXIT_SUCCESS;
}