Changeset 73855 in vbox for trunk/src/VBox/Installer/darwin/DiskImage
- Timestamp:
- Aug 23, 2018 8:58:12 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/darwin/DiskImage/VirtualBox_Uninstall.tool
r69500 r73855 226 226 echo "" 227 227 echo "The uninstall failed. Please retry." 228 test "$my_default_prompt" != "Yes" && read -p "Press <ENTER> to exit" 228 229 exit 1; 229 230 fi … … 246 247 else 247 248 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" 248 250 exit 1; 249 251 fi
Note:
See TracChangeset
for help on using the changeset viewer.