From c5728df2ce972b258403f6a2cb083771784e56c7 Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita Date: Fri, 17 Oct 2025 12:46:24 +0000 Subject: [PATCH] =?UTF-8?q?feat(install):=20=E4=BF=AE=E6=94=B9=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e99779e..9885279 100755 --- a/install.sh +++ b/install.sh @@ -395,6 +395,6 @@ else fi echo -e "${GREEN}==>${RESET} Deployment successfull" -if ask_yn "Do you wish to start cellpose server now?" y; then +if ask_yn "Do you wish to start cellpose developmental server now?" y; then python ${root}/backend/main.py fi