Commit 3c945476 authored by Erik Wilson's avatar Erik Wilson

Revert check-config's "Silence modprobe warnings"

This reverts commit 8edbe30c.
parent 4a267279
...@@ -270,7 +270,7 @@ echo ...@@ -270,7 +270,7 @@ echo
SUDO= SUDO=
[ $(id -u) -ne 0 ] && SUDO=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 if [ -z "$CONFIG" ]; then
for tryConfig in ${possibleConfigs}; do for tryConfig in ${possibleConfigs}; do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment