feat(install): 修改提示

This commit is contained in:
ClovertaTheTrilobita 2025-10-17 12:46:24 +00:00
parent 2089efb1cb
commit c5728df2ce

View file

@ -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