From edb2786ab9710d3e6d8e5d4912918ebd6f34f4a1 Mon Sep 17 00:00:00 2001 From: wangshulin Date: Wed, 12 Jul 2023 12:20:06 +0800 Subject: [PATCH] remove doc link Signed-off-by: wangshulin --- csi/shell/entrypoint.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/csi/shell/entrypoint.sh b/csi/shell/entrypoint.sh index 1f7e60b51ae..9cba02bb7b0 100644 --- a/csi/shell/entrypoint.sh +++ b/csi/shell/entrypoint.sh @@ -7,7 +7,6 @@ check_directory() { if [ ! -d "$dir" ]; then echo "Error: $dir does not exist." - echo "See https://github.com/fluid-cloudnative/fluid/blob/master/docs/en/userguide/faq.md#4-why-does-the-driver-name-fusecsifluidio-not-found-in-the-list-of-registered-csi-drivers-error-appear-when-i-create-a-task-to-mount-the-pvc-created-by-runtime for more information!" exit 1 fi }