armbian_rootenc_setup: retry unmount (bugfix)
This commit is contained in:
parent
1b07d1a6e3
commit
1d1d3ebc4b
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ print_help() {
|
|||
|
||||
_umount() {
|
||||
for i in 0 1 2 3 4 5 6 7 8 9; do
|
||||
umount $@ && return
|
||||
umount $@ && return || true
|
||||
sleep 0.5
|
||||
done
|
||||
die "umount $@: command failed!"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue