diff --git a/recovery.cpp b/recovery.cpp index 76149cd9..a7dc6ed9 100644 --- a/recovery.cpp +++ b/recovery.cpp @@ -772,6 +772,7 @@ static int apply_from_sdcard(Device* device, bool* wipe_cache) { char* path = browse_directory(SDCARD_ROOT, device); if (path == NULL) { ui->Print("\n-- No package file selected.\n"); + ensure_path_unmounted(SDCARD_ROOT); return INSTALL_ERROR; }