diff --git a/modules.d/01fips/fips.sh b/modules.d/01fips/fips.sh index ce3e49cb..0095416a 100755 --- a/modules.d/01fips/fips.sh +++ b/modules.d/01fips/fips.sh @@ -63,7 +63,7 @@ do_fips() info "Loading and integrity checking all crypto modules" for module in $FIPSMODULES; do if [ "$module" != "tcrypt" ]; then - modprobe ${module} || return 1 + modprobe ${module} fi done info "Self testing crypto algorithms"