mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-07-21 06:07:13 +08:00
fix: update run.sh
This commit is contained in:
5
run.sh
5
run.sh
@@ -584,15 +584,12 @@ start_project() {
|
|||||||
echo -e " ${GREEN}cow restart${NC} Restart the service"
|
echo -e " ${GREEN}cow restart${NC} Restart the service"
|
||||||
echo -e " ${GREEN}cow status${NC} Check status"
|
echo -e " ${GREEN}cow status${NC} Check status"
|
||||||
echo -e " ${GREEN}cow logs${NC} View logs"
|
echo -e " ${GREEN}cow logs${NC} View logs"
|
||||||
|
echo -e " ${GREEN}cow update${NC} Update and restart"
|
||||||
else
|
else
|
||||||
echo -e " ${GREEN}./run.sh stop${NC} Stop the service"
|
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 restart${NC} Restart the service"
|
||||||
echo -e " ${GREEN}./run.sh status${NC} Check status"
|
echo -e " ${GREEN}./run.sh status${NC} Check status"
|
||||||
echo -e " ${GREEN}./run.sh logs${NC} View logs"
|
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"
|
echo -e " ${GREEN}./run.sh update${NC} Update and restart"
|
||||||
fi
|
fi
|
||||||
echo -e "${CYAN}${BOLD}=========================================${NC}"
|
echo -e "${CYAN}${BOLD}=========================================${NC}"
|
||||||
|
|||||||
Reference in New Issue
Block a user