VirtualBox

Changeset 80567 in vbox for trunk/src/VBox/Additions/linux


Ignore:
Timestamp:
Sep 3, 2019 1:44:08 PM (5 years ago)
Author:
vboxsync
Message:

Additions/linux:vboxadd.sh unmounting vboxsf may return wrong error. tickref:18853, Contribution from Denis Ryndine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/installer/vboxadd.sh

    r79666 r80567  
    528528    fi
    529529    if ! umount -a -t vboxsf 2>/dev/null; then
    530         fail "Cannot unmount vboxsf folders"
     530        # Make sure we only fail, if there are truly no more vboxsf
     531        # mounts in the system.
     532        [ -n "$(findmnt -t vboxsf)" ] && fail "Cannot unmount vboxsf folders"
    531533    fi
    532534    test -n "${INSTALL_NO_MODULE_BUILDS}" ||
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette