diff options
-rw-r--r-- | src/live/ogOperations.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/live/ogOperations.py b/src/live/ogOperations.py index 93836f7..05e6c8e 100644 --- a/src/live/ogOperations.py +++ b/src/live/ogOperations.py @@ -178,7 +178,6 @@ class OgLiveOperations: logging.debug(f'This process can take some time, please *DO NOT SHUT DOWN OR REBOOT* this client') cmd_lzop = shlex.split(f'lzop -dc {image_path}') cmd_pc = shlex.split(f'partclone.restore -d0 -C -I -o {devpath}') - cmd_mbuffer = shlex.split('mbuffer -q -m 40M') if shutil.which('mbuffer') else None if not os.path.exists(image_path): logging.error('f{image_path} does not exist, exiting.') |