mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +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
Notes:
sideshowbarker
2024-07-19 14:48:46 +09:00
Author: https://github.com/awesomekling
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