summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Mower <mowerm@gmail.com>2015-08-08 17:00:50 +0200
committerDees Troy <dees_troy@teamw.in>2015-08-09 17:22:25 +0200
commit85161af11117431ff3a1d6b845e8faf35ef07b2c (patch)
treeb078e8e954f1fb7e49b06c897955c5546dc1d2f0
parentgui: support new theme directory structure (diff)
downloadandroid_bootable_recovery-85161af11117431ff3a1d6b845e8faf35ef07b2c.tar
android_bootable_recovery-85161af11117431ff3a1d6b845e8faf35ef07b2c.tar.gz
android_bootable_recovery-85161af11117431ff3a1d6b845e8faf35ef07b2c.tar.bz2
android_bootable_recovery-85161af11117431ff3a1d6b845e8faf35ef07b2c.tar.lz
android_bootable_recovery-85161af11117431ff3a1d6b845e8faf35ef07b2c.tar.xz
android_bootable_recovery-85161af11117431ff3a1d6b845e8faf35ef07b2c.tar.zst
android_bootable_recovery-85161af11117431ff3a1d6b845e8faf35ef07b2c.zip
-rw-r--r--gui/action.cpp1
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.