mirror of https://git.48k.eu/ogclient
parent
19e8825805
commit
8839950758
|
@ -191,6 +191,7 @@ class OgLiveOperations:
|
|||
dst = f'{OG_CACHE_IMAGE_PATH}{image_name}.img'
|
||||
|
||||
if (os.path.exists(dst) and tip_check_csum(repo, image_name)):
|
||||
logging.info(f'Found up-to-date image {image_name}.img in cache')
|
||||
return
|
||||
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue