modify scripts

This commit is contained in:
oscarz
2025-06-26 16:35:19 +08:00
parent 0f404c0787
commit 443f8357da
4 changed files with 17 additions and 53 deletions

View File

@ -1,5 +1,10 @@
#!/bin/bash
: << 'EOF'
aigrammar 日志统计脚本
部署在后端服务器上crontab 定期执行,结果通过企业微信发送出来
EOF
# Configuration
LOG_FILE="/usr/local/aigrammar/log/app.log"
PY_SCRIPT="/home/ubuntu/projects/devops/tools/send_to_wecom.py"