From: Matthias Gerstner Date: Wed, 24 Jan 2018 16:41:05 +0000 (+0100) Subject: 98integrity: fix inconsistent whitespace X-Git-Tag: 047~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1c1be4f3e241fb7c1da414ec4910f08abd4952a;p=thirdparty%2Fdracut.git 98integrity: fix inconsistent whitespace --- diff --git a/modules.d/98integrity/evm-enable.sh b/modules.d/98integrity/evm-enable.sh index ec4f03bce..ae7418850 100755 --- a/modules.d/98integrity/evm-enable.sh +++ b/modules.d/98integrity/evm-enable.sh @@ -72,7 +72,7 @@ load_evm_x509() if [ ! -f "${EVMX509PATH}" ]; then if [ "${RD_DEBUG}" = "yes" ]; then info "integrity: EVM x509 cert file not found: ${EVMX509PATH}" - fi + fi return 1 fi @@ -80,8 +80,8 @@ load_evm_x509() evm_pubid=`keyctl newring _evm @u` EVMX509ID=$(evmctl import ${EVMX509PATH} ${evm_pubid}) [ $? -eq 0 ] || { - info "integrity: failed to load the EVM X509 cert ${EVMX509PATH}"; - return 1; + info "integrity: failed to load the EVM X509 cert ${EVMX509PATH}"; + return 1; } if [ "${RD_DEBUG}" = "yes" ]; then