Skip to content

Commit 413ff43

Browse files
cvvzk8s-infra-cherrypick-robot
authored and
k8s-infra-cherrypick-robot
committed
fix init.sh
1 parent 0e363c9 commit 413ff43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/blobfuse-proxy/init.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ then
7575
fi
7676
fi
7777
echo "begin to install ${pkg_list}"
78-
$HOST_CMD apt-get install -y "$pkg_list"
78+
$HOST_CMD apt-get install -y $pkg_list
7979
$HOST_CMD rm -f /etc/packages-microsoft-prod.deb
8080
fi
8181

0 commit comments

Comments
 (0)