Merge "Ensure that actions are not simulated in ORS" into jb-wip
diff --git a/openrecoveryscript.cpp b/openrecoveryscript.cpp
index 88d54ac..9317ae7 100644
--- a/openrecoveryscript.cpp
+++ b/openrecoveryscript.cpp
@@ -79,6 +79,7 @@
 	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);