mirror of https://github.com/k3s-io/k3s
Merge pull request #1659 from joakimr-axis/joakimr-axis_package-cli-clean
package-cli: Remove superfluous file exist checkpull/1692/head
commit
ad557bfeed
|
@ -13,10 +13,8 @@ ln -s containerd bin/k3s-server
|
|||
ln -s containerd bin/kubectl
|
||||
ln -s containerd bin/crictl
|
||||
for i in bridge flannel host-local loopback portmap; do
|
||||
if [ -e ./bin/$i ]; then
|
||||
rm -f ./bin/$i
|
||||
fi
|
||||
ln -s cni ./bin/$i
|
||||
rm -f bin/$i
|
||||
ln -s cni bin/$i
|
||||
done
|
||||
|
||||
cp contrib/util/check-config.sh bin/check-config
|
||||
|
|
Loading…
Reference in New Issue