VirtualBox

Changeset 20711 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Jun 19, 2009 11:33:03 AM (15 years ago)
Author:
vboxsync
Message:

Solaris/Installer: checkinstall typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/solaris/checkinstall.sh

    r20697 r20711  
    3939# Check if the Zone Access service is holding open vboxdrv, if so stop & remove it
    4040zoneaccessfound=`svcs -a | grep "virtualbox/zoneaccess" | awk '{ print $1 }'`
    41 if test ! -z "$zoneaccessfound"
     41if test ! -z "$zoneaccessfound"; then
    4242    if test "$zoneaccessfound" = "online"; then
    4343        echo "## VirtualBox's zone access service appears to still be running."
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