diff options
Diffstat (limited to '')
-rw-r--r-- | firmware.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware.c b/firmware.c index 6739c1e93..4c1a9a4a9 100644 --- a/firmware.c +++ b/firmware.c @@ -119,7 +119,6 @@ int maybe_install_firmware_update(const char *send_intent, * wipe the cache and reboot into the system.) */ snprintf(boot.command, sizeof(boot.command), "update-%s", update_type); - strlcat(boot.recovery, "--recover_log\n", sizeof(boot.recovery)); if (set_bootloader_message(&boot)) { format_root_device("CACHE:"); return -1; |