Skip to content

Commit c47dbae

Browse files
Run this command over host
1 parent 909762d commit c47dbae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/blobfuse-proxy/install-proxy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ then
7474
pkg_list="${pkg_list} blobfuse2"
7575
else
7676
if echo "${BLOBFUSE2_VERSION}" | grep -q "preview"; then
77-
if dpkg -l | grep -q blobfuse2; then
77+
if $HOST_CMD dpkg -l | grep -q blobfuse2; then
7878
$HOST_CMD apt-get remove -y blobfuse2
7979
fi
8080
pkg_list="${pkg_list} blobfuse2-preview=${BLOBFUSE2_VERSION}"
8181
else
82-
if dpkg -l | grep -q blobfuse2-preview; then
82+
if $HOST_CMD dpkg -l | grep -q blobfuse2-preview; then
8383
$HOST_CMD apt-get remove -y blobfuse2-preview
8484
fi
8585
pkg_list="${pkg_list} blobfuse2=${BLOBFUSE2_VERSION}"

0 commit comments

Comments
 (0)