From a92ee798f99ff3140ed9bc655382f94622aaf7d1 Mon Sep 17 00:00:00 2001 From: "453530270@qq.com" Date: Tue, 7 Jan 2025 16:52:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xtrbk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtrbk.sh b/xtrbk.sh index 7850c6d..0b90892 100644 --- a/xtrbk.sh +++ b/xtrbk.sh @@ -38,7 +38,7 @@ fi # 检测 # 排除库中的平台币 prefix="data_" -dbtalbes=$(mysql -u"$USER" -p$mysql_password -D $dbname -e "SHOW TABLES LIKE '$prefix%';" | tail -n +2) +dbtalbes=$(mysql -u"$USER" -p"$PASSWORD" -D $dbname -e "SHOW TABLES LIKE '$prefix%';" | tail -n +2) echo $dbtalbes;