From d1f4c9e01e3dafb624cbef2ef1ff9e0a73e4d62f Mon Sep 17 00:00:00 2001 From: Jizhou Deng Date: Thu, 27 Nov 2025 11:59:42 +0800 Subject: [PATCH] update: script path --- manual/config/details_about_file_search.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manual/config/details_about_file_search.md b/manual/config/details_about_file_search.md index 90e0cc35..dfe67a50 100644 --- a/manual/config/details_about_file_search.md +++ b/manual/config/details_about_file_search.md @@ -64,7 +64,7 @@ index_office_pdf=true === "Deploy in Docker" ```sh docker exec -it seafile bash - cd /scripts + cd /opt/seafile/seafile-server-latest ./seafile.sh restart # delete the existing search index and recreate it @@ -91,7 +91,7 @@ You can rebuild search index by running: === "Deploy in Docker" ```sh docker exec -it seafile bash - cd /scripts + cd /opt/seafile/seafile-server-latest ./pro/pro.py search --clear ./pro/pro.py search --update ``` @@ -144,7 +144,7 @@ The search index is updated every 10 minutes by default. So before the first ind === "Deploy in Docker" ```sh docker exec -it seafile bash - cd /scripts + cd /opt/seafile/seafile-server-latest ./pro/pro.py search --update ``` === "Deploy from binary packages"