Skip to content

Commit 607de29

Browse files
authored
Revert "fix: ignore specific blobfuse version install failure"
1 parent bd94bef commit 607de29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/blobfuse-proxy/install-proxy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ then
8383
fi
8484

8585
echo "begin to install ${pkg_list}"
86-
$HOST_CMD apt-get install -y $pkg_list || true
86+
$HOST_CMD apt-get install -y $pkg_list
8787
$HOST_CMD rm -f /etc/packages-microsoft-prod.deb
8888
fi
8989

0 commit comments

Comments
 (0)