Commit 8edbe30c authored by Erik Wilson's avatar Erik Wilson

Silence modprobe warnings

parent c83ec56c
......@@ -270,7 +270,7 @@ echo
SUDO=
[ $(id -u) -ne 0 ] && SUDO=sudo
lsmod | grep -q configs || $SUDO modprobe configs || true
lsmod | grep -q configs || $SUDO modprobe configs >/dev/null 2>&1 || true
if [ -z "$CONFIG" ]; then
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