mirror of https://github.com/k3s-io/k3s
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