fix: add click dependencies

This commit is contained in:
zhayujie
2026-03-28 19:35:15 +08:00
parent 13c020eb61
commit 90f736843f
2 changed files with 6 additions and 1 deletions

6
run.sh
View File

@@ -590,7 +590,11 @@ start_project() {
echo -e " ${GREEN}./run.sh status${NC} Check status"
echo -e " ${GREEN}./run.sh logs${NC} View logs"
fi
echo -e " ${GREEN}./run.sh update${NC} Update and restart"
if $USE_COW; then
echo -e " ${GREEN}cow update${NC} Update and restart"
else
echo -e " ${GREEN}./run.sh update${NC} Update and restart"
fi
echo -e "${CYAN}${BOLD}=========================================${NC}"
echo ""