Skip to content

Commit

Permalink
usbmux: remove sync command
Browse files Browse the repository at this point in the history
Signed-off-by: Trecia Agoylo <[email protected]>
  • Loading branch information
tagoylo committed Jul 15, 2024
1 parent c9bd53e commit 3de55cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nebula/usbmux.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 3de55cc

Please sign in to comment.