-
Walter Lozano authored
In commit 797862 the logic continues even if the cache file cannot be downloaded. Unfortunately this approach is buggy since wget can create empty files if the download fails. To avoid passing an invalid cache file, check if file is not empty. Signed-off-by:
Walter Lozano <walter.lozano@collabora.com>
Walter Lozano authoredIn commit 797862 the logic continues even if the cache file cannot be downloaded. Unfortunately this approach is buggy since wget can create empty files if the download fails. To avoid passing an invalid cache file, check if file is not empty. Signed-off-by:
Walter Lozano <walter.lozano@collabora.com>