mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #3922 from MilhouseVH/le92_fix_init_busy_cond
init: make umount /update conditional [libreelec-9.2]
This commit is contained in:
commit
c97f38e942
@ -677,7 +677,9 @@ check_out_of_space() {
|
||||
do_cleanup() {
|
||||
StartProgress spinner "Cleaning up... "
|
||||
|
||||
umount /update 2>/dev/null
|
||||
if mountpoint -q /update; then
|
||||
umount /update
|
||||
fi
|
||||
|
||||
if [ -d $UPDATE_ROOT/.tmp/mnt ]; then
|
||||
if mountpoint -q $UPDATE_ROOT/.tmp/mnt ; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user