From 3ac71a5a82b124e78e68044f7c3b4ab2561c843a Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Mon, 1 Oct 2012 19:46:11 -0400 Subject: Ensure that actions are not simulated in ORS --- openrecoveryscript.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/openrecoveryscript.cpp b/openrecoveryscript.cpp index 88d54aca4..9317ae7bc 100644 --- a/openrecoveryscript.cpp +++ b/openrecoveryscript.cpp @@ -79,6 +79,7 @@ int OpenRecoveryScript::run_script_file(void) { char *val_start, *tok; if (fp != NULL) { + DataManager_SetIntValue(TW_SIMULATE_ACTIONS, 0); while (fgets(script_line, SCRIPT_COMMAND_SIZE, fp) != NULL && ret_val == 0) { cindex = 0; line_len = strlen(script_line); -- cgit v1.2.3