mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Revert check-config's "Silence modprobe warnings"
This reverts commit 8edbe30c8c
.
This commit is contained in:
parent
4a26727938
commit
3c945476f6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user