Revert check-config's "Silence modprobe warnings"

This reverts commit 8edbe30c8c.
This commit is contained in:
Erik Wilson 2019-11-14 10:56:37 -07:00
parent 4a26727938
commit 3c945476f6
1 changed files with 1 additions and 1 deletions

View File

@ -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