live: report that up-to-date image already exists in cache

master v1.3.2-15
OpenGnSys Support Team 2024-08-21 09:28:01 +02:00
parent 19e8825805
commit 8839950758
1 changed files with 1 additions and 0 deletions

View File

@ -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: