Changeset 41366 in vbox for trunk/src/VBox/Installer/linux
- Timestamp:
- May 21, 2012 12:54:06 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78058
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/vboxweb-service.sh.in
r41365 r41366 314 314 vboxmanage setproperty websrvauthlibrary $VBOXWEB_AUTH_LIBRARY 315 315 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" 317 317 fi 318 318 fi … … 320 320 vboxmanage setextradata global VBoxAuthSimple/users/$VBOXWEB_USER $VBOXWEB_AUTH_PWHASH 321 321 if [ $? -ne 0 ]; then 322 fail_msg "Error setting webservice password hash"322 fail_msg "Error $? setting webservice password hash" 323 323 fi 324 324 fi
Note:
See TracChangeset
for help on using the changeset viewer.