diff --git a/scripts/expire-paid-user.sh b/scripts/expire-paid-user.sh index da7ea79..303ffb4 100755 --- a/scripts/expire-paid-user.sh +++ b/scripts/expire-paid-user.sh @@ -48,7 +48,6 @@ SSH_HOST=$(get_ssh_host) [ -z "$SSH_HOST" ] && { echo "错误: 未配置 SSH_SERVER"; exit 1; } DB_CONTAINER="1Panel-postgresql-FtMo" -DB_NAME="milkydata" DB_USER="milkydata" # ---------- 设置过期日期 ----------