diff --git a/packages/sysutils/busybox/scripts/init b/packages/sysutils/busybox/scripts/init index 5cd66478d0b..c1587abb10e 100755 --- a/packages/sysutils/busybox/scripts/init +++ b/packages/sysutils/busybox/scripts/init @@ -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