From accddea02d473f9fb0f64870ee7e7455639d3bb7 Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Sun, 7 Oct 2012 18:25:15 -0400 Subject: Fix derp with ORS during startup --- recovery.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/recovery.cpp b/recovery.cpp index de6e10019..a58692824 100644 --- a/recovery.cpp +++ b/recovery.cpp @@ -952,7 +952,6 @@ main(int argc, char **argv) { } 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(); -- cgit v1.2.3