diff options
Diffstat (limited to '')
-rw-r--r-- | gui/action.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/action.cpp b/gui/action.cpp index af2d51701..b74584598 100644 --- a/gui/action.cpp +++ b/gui/action.cpp @@ -1560,6 +1560,7 @@ int GUIAction::openrecoveryscript(std::string arg) gui_print("Processing AOSP recovery commands...\n"); if (OpenRecoveryScript::run_script_file() == 0) { reboot = 1; + op_status = 0; } } // Check for the ORS file in /cache and attempt to run those commands. |