VirtualBox

Changeset 41366 in vbox for trunk/src/VBox/Installer/linux


Ignore:
Timestamp:
May 21, 2012 12:54:06 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
78058
Message:

Linux installer: Show exit code when setting webservice authentication + PW hash.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/vboxweb-service.sh.in

    r41365 r41366  
    314314            vboxmanage setproperty websrvauthlibrary $VBOXWEB_AUTH_LIBRARY
    315315            if [ $? -ne 0 ]; then
    316                 fail_msg "Error setting webservice authentication library to $VBOXWEB_AUTH_LIBRARY"
     316                fail_msg "Error $? setting webservice authentication library to $VBOXWEB_AUTH_LIBRARY"
    317317            fi
    318318        fi
     
    320320            vboxmanage setextradata global VBoxAuthSimple/users/$VBOXWEB_USER $VBOXWEB_AUTH_PWHASH
    321321            if [ $? -ne 0 ]; then
    322                 fail_msg "Error setting webservice password hash"
     322                fail_msg "Error $? setting webservice password hash"
    323323            fi
    324324        fi
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette