Skip to content

Commit

Permalink
remove doc link
Browse files Browse the repository at this point in the history
Signed-off-by: wangshulin <[email protected]>
  • Loading branch information
wangshli committed Jul 12, 2023
1 parent a99b4ff commit edb2786
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion csi/shell/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit edb2786

Please sign in to comment.