Skip to content

Commit

Permalink
fix: ignore specific blobfuse version install failure
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
andyzhangx committed Jul 26, 2024
1 parent aba7008 commit eb6964b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/blobfuse-proxy/install-proxy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ then
fi

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

Expand Down

0 comments on commit eb6964b

Please sign in to comment.