diff options
Diffstat (limited to 'openrecoveryscript.cpp')
-rw-r--r-- | openrecoveryscript.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openrecoveryscript.cpp b/openrecoveryscript.cpp index 92cac0791..d7e4a2332 100644 --- a/openrecoveryscript.cpp +++ b/openrecoveryscript.cpp @@ -141,7 +141,6 @@ int OpenRecoveryScript::run_script_file(void) { if (strcmp(command, "install") == 0) { // Install Zip DataManager::SetValue("tw_action_text2", "Installing Zip"); - PartitionManager.Mount_All_Storage(); ret_val = Install_Command(value); install_cmd = -1; } else if (strcmp(command, "wipe") == 0) { |