From b16dc210efb436fdb76724b303c67a1a14d9aa24 Mon Sep 17 00:00:00 2001 From: "PC-202302260912\\Administrator" <1769111741@qq.com> Date: Wed, 26 Jul 2023 17:55:52 +0800 Subject: [PATCH] =?UTF-8?q?gm=E6=9B=B4=E6=96=B0=E8=84=9A=E6=9C=AC=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update_gm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_gm.sh b/update_gm.sh index c0fb6e4..45d7e81 100644 --- a/update_gm.sh +++ b/update_gm.sh @@ -32,7 +32,7 @@ mvn clean package if [ ! -z ${ip} ];then update ${ip} ${TABLE_DIR} ${BASE_DIR} else - for i in `awk '{print $2}' /data/jieling/scripts/$file` + for i in `awk '{print $2}' /data/update/scripts/$file` do update $i ${TABLE_DIR} ${BASE_DIR} done