Changeset 80574 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- Sep 4, 2019 6:09:22 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 133093
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r80567 r80574 528 528 fi 529 529 if ! umount -a -t vboxsf 2>/dev/null; then 530 531 532 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" 533 533 fi 534 534 test -n "${INSTALL_NO_MODULE_BUILDS}" ||
Note:
See TracChangeset
for help on using the changeset viewer.