mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-29 00:29:26 +00:00
Silence modprobe warnings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user