VirtualBox

Ignore:
Timestamp:
Aug 23, 2018 8:58:12 AM (6 years ago)
Author:
vboxsync
Message:

Installer/darwin: In the uninstall script wait for user confirmation on failure, since too many people disable the default behavior of leaving Terminal windows upen after the activity in them ended. This means they wouldn't see the diagnostics.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/darwin/DiskImage/VirtualBox_Uninstall.tool

    r69500 r73855  
    226226        echo ""
    227227        echo "The uninstall failed. Please retry."
     228        test "$my_default_prompt" != "Yes" && read -p "Press <ENTER> to exit"
    228229        exit 1;
    229230    fi
     
    246247else
    247248    echo "Failed to unload one or more KEXTs, please reboot the machine to complete the uninstall."
     249    test "$my_default_prompt" != "Yes" && read -p "Press <ENTER> to exit"
    248250    exit 1;
    249251fi
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