Skip to content

Commit

Permalink
Fix upgrader script (#2944)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavmpandey08 authored Feb 21, 2024
1 parent 356122d commit 8f055c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/aws/upgrader/upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ kubelet_and_kubectl() {

update_kubelet_extra_args() {
kubelet_conf="/etc/sysconfig/kubelet"
if [ ! -f kubelet_conf ]; then
if [ ! -f ${kubelet_conf} ]; then
echo "kubelet config file ${kubelet_conf} not found, skipping"
return
fi
Expand Down

0 comments on commit 8f055c3

Please sign in to comment.