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

* commit 'f187a5438d5a0651c344038f2203469e193704f9':
  recovery: fix use of init reboot method
diff --git a/recovery.cpp b/recovery.cpp
index b783393..d803cad 100644
--- a/recovery.cpp
+++ b/recovery.cpp
@@ -1062,6 +1062,6 @@
     // 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;
 }