summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/live/ogOperations.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/live/ogOperations.py b/src/live/ogOperations.py
index f1478c3..f02a54b 100644
--- a/src/live/ogOperations.py
+++ b/src/live/ogOperations.py
@@ -710,8 +710,6 @@ class OgLiveOperations:
logging.info('*DO NOT REBOOT OR POWEROFF* the client during this time')
checksum = compute_md5(f'/opt/opengnsys/images/{name}.img')
- if checksum == -1:
- raise OgError(f'Cannot access {name}.full.sum file')
if self._write_md5_file(f'/opt/opengnsys/images/{name}.img', checksum) == -1:
raise OgError(f'Cannot write {name}.full.sum file')