We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62e5f7e + 7d84aad commit 465d956Copy full SHA for 465d956
1 file changed
addons/rook/1.4.3/install.sh
@@ -16,6 +16,7 @@ function rook() {
16
if [ -n "$SKIP_ROOK_INSTALL" ]; then
17
local version=$(rook_version)
18
printf "Rook $version is already installed, will not upgrade to 1.4.3\n"
19
+ rook_object_store_output
20
return 0
21
fi
22
0 commit comments