@@ -49,7 +49,7 @@ function verify-prereqs {
|
||||
fi
|
||||
fi
|
||||
done
|
||||
if [[ "${KUBE_SKIP_UPDATE} == "y" ]]; then
|
||||
if [[ "${KUBE_SKIP_UPDATE}" == "y" ]]; then
|
||||
return
|
||||
fi
|
||||
# update and install components as needed
|
||||
|
@@ -87,7 +87,7 @@ function verify-prereqs() {
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
if [[ "${KUBE_SKIP_UPDATE} == "y" ]]; then
|
||||
if [[ "${KUBE_SKIP_UPDATE}" == "y" ]]; then
|
||||
return
|
||||
fi
|
||||
# update and install components as needed
|
||||
|
Reference in New Issue
Block a user