VirtualBox

Ticket #4796: vboxadd-typo.diff

File vboxadd-typo.diff, 496 bytes (added by Marcus_H, 15 years ago)
  • src/VBox/Additions/linux/installer/vboxadd.sh

    old new start()  
    254254stop()
    255255{
    256256    begin "Stopping VirtualBox Additions ";
    257     if !umount -a -t vboxsf 2>/dev/null; then
     257    if ! umount -a -t vboxsf 2>/dev/null; then
    258258        fail "Cannot unmount vboxsf folders"
    259259    fi
    260260    if [ -n "$BUILDVBOXVFS" ]; then

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