Skip to content

Commit 6d1add6

Browse files
cvvzk8s-infra-cherrypick-robot
authored andcommitted
Update install-proxy.sh
1 parent cebc486 commit 6d1add6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/azurefile-proxy/install-proxy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if [ "${INSTALL_AZNFS_MOUNT}" = "true" ];then
4141
$HOST_CMD curl -fsSL https://github.com/Azure/AZNFS-mount/releases/download/$AZNFS_VERSION/aznfs_install.sh | $HOST_CMD bash
4242
else
4343
echo "aznfs-mount is not supported on Linux distribution: $DISTRIBUTION"
44-
exit 1
44+
exit 0
4545
fi
4646

4747
# Only install aznfswatchdogv4, so aznfswatchdogv3 is not needed

0 commit comments

Comments
 (0)