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 bd94bef commit 607de29Copy full SHA for 607de29
pkg/blobfuse-proxy/install-proxy.sh
@@ -83,7 +83,7 @@ then
83
fi
84
85
echo "begin to install ${pkg_list}"
86
- $HOST_CMD apt-get install -y $pkg_list || true
+ $HOST_CMD apt-get install -y $pkg_list
87
$HOST_CMD rm -f /etc/packages-microsoft-prod.deb
88
89
0 commit comments