From 3c945476f6611a4c142c97e76459a5472a501fc9 Mon Sep 17 00:00:00 2001 From: Erik Wilson Date: Thu, 14 Nov 2019 10:56:37 -0700 Subject: [PATCH] Revert check-config's "Silence modprobe warnings" This reverts commit 8edbe30c8c3a516a2febc7e4c6edb34867aab435. --- contrib/util/check-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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