Skip to content

Commit a1000f1

Browse files
committed
fix: blobfuse-proxy install on OpenShift 4.19
1 parent 3125547 commit a1000f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/blobfuse-proxy/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ echo "Linux distribution: $DISTRIBUTION, Arch: $ARCH"
3939

4040
# install blobfuse-proxy and blobfuse/blofuse2 if needed
4141
case "${DISTRIBUTION}" in
42-
"rhcos" | "cos" | "gardenlinux")
42+
"rhcos" | "rhel" | "cos" | "gardenlinux")
4343
. ./blobfuse-proxy/install-proxy-rhcos.sh
4444
;;
4545
*)

0 commit comments

Comments
 (0)