mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
make match case-insensitive
This commit is contained in:
parent
06f477410b
commit
7b37988fb1
@ -567,7 +567,7 @@ create_env_file() {
|
|||||||
UMASK=$(umask)
|
UMASK=$(umask)
|
||||||
umask 0377
|
umask 0377
|
||||||
env | grep '^K3S_' | $SUDO tee ${FILE_K3S_ENV} >/dev/null
|
env | grep '^K3S_' | $SUDO tee ${FILE_K3S_ENV} >/dev/null
|
||||||
env | egrep '^(NO|HTTP|HTTPS)_PROXY' | $SUDO tee -a ${FILE_K3S_ENV} >/dev/null
|
env | egrep -i '^(NO|HTTP|HTTPS)_PROXY' | $SUDO tee -a ${FILE_K3S_ENV} >/dev/null
|
||||||
umask $UMASK
|
umask $UMASK
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user