VirtualBox

Changeset 58026 in vbox for trunk/src/VBox/Installer/solaris


Ignore:
Timestamp:
Oct 5, 2015 3:11:26 PM (9 years ago)
Author:
vboxsync
Message:

Solaris/Installer: vboxconfig.sh, fix typo.

File:
1 edited

Legend:

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

    r58024 r58026  
    968968        if test "$?" -eq 0; then
    969969            $BIN_IPADM create-addr -T static -a local 192.168.56.1/24 vboxnet0/v4addr
    970             if test "$?" -ne 0; then
     970            if test "$?" -eq 0; then
     971                subprint "Configured: Network interface 'vboxnet0'"
     972            else
    971973                warnprint "Failed to create local address for vboxnet0!"
    972974            fi
     
    10491051                $BIN_IPADM delete-addr vboxnet$inst/v4addr
    10501052                $BIN_IPADM delete-ip vboxnet$inst
    1051                 if test "$?" -ne 0;
     1053                if test "$?" -eq 0; then
     1054                    subprint "Removed: Network interface 'vboxnet0'"
     1055                else
    10521056                    errorprint "VirtualBox NetAdapter 'vboxnet$inst' couldn't be removed (probably in use)."
    10531057                    if test "$fatal" = "$FATALOP"; then
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