Skip to content

Commit a1e7e29

Browse files
authored
Merge pull request #638 from Guillaume-Fourrat/patch-2
reworked equality test to be sh-compatible
2 parents d31f1e8 + 261e199 commit a1e7e29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu/setup-k8s-prereqs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ apt-get install -y kubelet=$KUBE_DPKG_VERSION kubeadm=$KUBE_DPKG_VERSION kubectl
1919
curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
2020

2121
. /etc/os-release
22-
if [ "$UBUNTU_CODENAME" == "bionic" ]; then
22+
if [ "$UBUNTU_CODENAME" = "bionic" ]; then
2323
modprobe br_netfilter
2424
fi
2525
sysctl net.bridge.bridge-nf-call-iptables=1

0 commit comments

Comments
 (0)