Changeset 9104 in vbox for trunk/src/VBox/Additions/linux/installer/vboxvfs.sh
- Timestamp:
- May 26, 2008 8:57:54 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxvfs.sh
r9096 r9104 155 155 if umount -a -t vboxsf 2>/dev/null; then 156 156 if running; then 157 rmmod $modname || failure "Cannot unload module $modname"157 rmmod $modname 2>/dev/null || failure "Cannot unload module $modname" 158 158 fi 159 159 succ_msg
Note:
See TracChangeset
for help on using the changeset viewer.