From 3de55cc7687431438258d68d9539785591a8de07 Mon Sep 17 00:00:00 2001 From: Trecia Agoylo Date: Mon, 15 Jul 2024 09:16:41 +0800 Subject: [PATCH] usbmux: remove sync command Signed-off-by: Trecia Agoylo --- nebula/usbmux.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nebula/usbmux.py b/nebula/usbmux.py index 2e0e3c4..ca02050 100644 --- a/nebula/usbmux.py +++ b/nebula/usbmux.py @@ -385,7 +385,6 @@ def update_boot_files_from_sdcard_itself( bootfile_name = "extlinux/" + bootfile_name log.info(f"Copying {bootfile_name} from {bootfile_loc} to {mount_path}") os.system(f"cp -f {bootfile_loc} /tmp/{folder}/{bootfile_name}") - os.system("sync") time.sleep(0.5) log.info("Updated boot files successfully... unmounting")