VirtualBox

Changeset 97009 in vbox


Ignore:
Timestamp:
Oct 5, 2022 5:41:01 PM (2 years ago)
Author:
vboxsync
Message:

Additions: Linux: rcvboxadd.sh: fixed typo: failure -> fail, bugref:10287.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/installer/vboxadd.sh

    r96680 r97009  
    363363        if test ! -f "$DEB_PUB_KEY" || ! test -f "$DEB_PRIV_KEY"; then
    364364            # update-secureboot-policy tool present in the system, but keys were not generated.
    365             [ -n "$HAVE_UPDATE_SECUREBOOT_POLICY_TOOL" ] && failure "Unable to find signing keys, aborting"
     365            [ -n "$HAVE_UPDATE_SECUREBOOT_POLICY_TOOL" ] && fail "Unable to find signing keys, aborting"
    366366            # update-secureboot-policy not present in the system, recommend generate keys manually.
    367367            fail "
     
    386386        sig_hashalgo=$(kernel_module_sig_hash)
    387387        [ "$(module_sig_hash_supported $sig_hashalgo)" = "1" ] \
    388             || failure "Unsupported kernel signature hash algorithm $sig_hashalgo"
     388            || fail "Unsupported kernel signature hash algorithm $sig_hashalgo"
    389389
    390390        # Sign modules.
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