mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:07:44 +00:00
Hack sync.sh script to retry umount after a short delay if it fails.
I keep accumulated unwanted mounts because umount sometimes fails.
This commit is contained in:
parent
47d270b577
commit
9fbac66a91
1 changed files with 1 additions and 3 deletions
|
@ -96,6 +96,4 @@ cp -v ../Applications/Taskbar/Taskbar mnt/bin/Taskbar
|
|||
ln -s Taskbar mnt/bin/tb
|
||||
cp -v kernel.map mnt/
|
||||
sh sync-local.sh
|
||||
sync
|
||||
umount mnt
|
||||
sync
|
||||
umount mnt || ( sleep 0.5 && sync && umount mnt )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue