Unverified Commit 293e996d authored by Erik Wilson's avatar Erik Wilson Committed by GitHub

Merge pull request #1075 from erikwilson/sudo-check-config-no-redirect

Revert check-config's "Silence modprobe warnings"
parents 4a267279 3c945476
...@@ -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