We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1000f1 commit 6ba3b11Copy full SHA for 6ba3b11
pkg/blobfuse-proxy/init.sh
@@ -37,7 +37,7 @@ DISTRIBUTION=$($HOST_CMD cat /etc/os-release | grep ^ID= | cut -d'=' -f2 | tr -d
37
ARCH=$($HOST_CMD uname -m)
38
echo "Linux distribution: $DISTRIBUTION, Arch: $ARCH"
39
40
-# install blobfuse-proxy and blobfuse/blofuse2 if needed
+# install blobfuse-proxy and blobfuse/blobfuse2 if needed
41
case "${DISTRIBUTION}" in
42
"rhcos" | "rhel" | "cos" | "gardenlinux")
43
. ./blobfuse-proxy/install-proxy-rhcos.sh
0 commit comments