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 cebc486 commit 6d1add6Copy full SHA for 6d1add6
pkg/azurefile-proxy/install-proxy.sh
@@ -41,7 +41,7 @@ if [ "${INSTALL_AZNFS_MOUNT}" = "true" ];then
41
$HOST_CMD curl -fsSL https://github.com/Azure/AZNFS-mount/releases/download/$AZNFS_VERSION/aznfs_install.sh | $HOST_CMD bash
42
else
43
echo "aznfs-mount is not supported on Linux distribution: $DISTRIBUTION"
44
- exit 1
+ exit 0
45
fi
46
47
# Only install aznfswatchdogv4, so aznfswatchdogv3 is not needed
0 commit comments