From 9952c3cc85e8e1b281337d914af3fc5cb269ab17 Mon Sep 17 00:00:00 2001 From: OpenGnSys Support Team Date: Sat, 25 May 2024 09:57:17 +0200 Subject: live: incorrect reference to image checksum file in logs checksum file name end by .img.full.sum, not .full.sum --- src/live/ogOperations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/live/ogOperations.py b/src/live/ogOperations.py index c52699e..158ee64 100644 --- a/src/live/ogOperations.py +++ b/src/live/ogOperations.py @@ -179,7 +179,7 @@ class OgLiveOperations: if (not os.path.exists(image_path)): raise OgError(f'could not find {image_path} in cache') if (not tip_check_csum(repo, name)): - raise OgError(f'checksum file {name}.full.sum is missing in repository {repo}') + raise OgError(f'checksum file {name}.img.full.sum is missing in repository {repo}') self._restore_image(image_path, devpath) -- cgit v1.2.3-18-g5258