mirror of https://github.com/k3s-io/k3s
Merge pull request #957 from brendandburns/shell_sucks
Add quotes to preserve more sane quoting in what we pass through.pull/6/head
commit
9bafb8c541
|
@ -30,4 +30,4 @@ if [ "$KUBE_MASTER_IP" != "" ] && [ "$KUBERNETES_MASTER" == "" ]; then
|
||||||
export KUBERNETES_MASTER=https://${KUBE_MASTER_IP}
|
export KUBERNETES_MASTER=https://${KUBE_MASTER_IP}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
$CLOUDCFG $@
|
$CLOUDCFG "$@"
|
||||||
|
|
Loading…
Reference in New Issue