commit | accddea02d473f9fb0f64870ee7e7455639d3bb7 | [log] [tgz] |
---|---|---|
author | Dees_Troy <dees_troy@teamw.in> | Sun Oct 07 18:25:15 2012 -0400 |
committer | Dees_Troy <dees_troy@teamw.in> | Sun Oct 07 18:25:15 2012 -0400 |
tree | ef1b4f88ae4b39e53bbfa2968d7b8f60a0b24149 | |
parent | 3f04d03fcb4dc581e4982e41c2ea3358de9417d4 [diff] |
Fix derp with ORS during startup
diff --git a/recovery.cpp b/recovery.cpp index de6e100..a586928 100644 --- a/recovery.cpp +++ b/recovery.cpp
@@ -952,7 +952,6 @@ } if (DataManager_GetIntValue(TW_IS_ENCRYPTED) == 0 && OpenRecoveryScript::check_for_script_file()) { gui_console_only(); - OpenRecoveryScript::run_script_file(); if (OpenRecoveryScript::run_script_file() != 0) { // There was an error, boot the recovery gui_start();