From 9b21cd222b20737f1cc2d2d02538fe1081fb2312 Mon Sep 17 00:00:00 2001 From: zhayujie Date: Sat, 28 Mar 2026 19:36:51 +0800 Subject: [PATCH] fix: update run.sh --- run.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/run.sh b/run.sh index 607b89c3..f72320d1 100755 --- a/run.sh +++ b/run.sh @@ -584,15 +584,12 @@ start_project() { echo -e " ${GREEN}cow restart${NC} Restart the service" echo -e " ${GREEN}cow status${NC} Check status" echo -e " ${GREEN}cow logs${NC} View logs" + echo -e " ${GREEN}cow update${NC} Update and restart" else echo -e " ${GREEN}./run.sh stop${NC} Stop the service" echo -e " ${GREEN}./run.sh restart${NC} Restart the service" echo -e " ${GREEN}./run.sh status${NC} Check status" echo -e " ${GREEN}./run.sh logs${NC} View logs" - fi - 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}"