diff --git a/contrib/util/check-config.sh b/contrib/util/check-config.sh index 1a5c7cba6e..c5f9dd3cd7 100755 --- a/contrib/util/check-config.sh +++ b/contrib/util/check-config.sh @@ -270,7 +270,7 @@ echo SUDO= [ $(id -u) -ne 0 ] && SUDO=sudo -lsmod | grep -q configs || $SUDO modprobe configs >/dev/null 2>&1 || true +lsmod | grep -q configs || $SUDO modprobe configs || true if [ -z "$CONFIG" ]; then for tryConfig in ${possibleConfigs}; do