From daba6d68787067b05dc66c681832189994049838 Mon Sep 17 00:00:00 2001 From: milky0217 Date: Tue, 26 May 2026 10:10:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20scripts=E4=B8=ADDB=5FNAME=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E5=8C=96=E5=9C=A8while=E4=B9=8B=E5=90=8E=E5=AF=BC?= =?UTF-8?q?=E8=87=B4--dev=E8=A2=AB=E8=A6=86=E7=9B=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/expire-paid-user.sh | 1 - 1 file changed, 1 deletion(-) 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" # ---------- 设置过期日期 ----------