We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c986b15 commit 585a69eCopy full SHA for 585a69e
pkg/blobfuse-proxy/init.sh
@@ -75,7 +75,7 @@ then
75
fi
76
77
echo "begin to install ${pkg_list}"
78
- $HOST_CMD apt-get install -y "$pkg_list"
+ $HOST_CMD apt-get install -y $pkg_list
79
$HOST_CMD rm -f /etc/packages-microsoft-prod.deb
80
81
0 commit comments