From 2507b7075b87283dcd3027f8916d058b85541ab8 Mon Sep 17 00:00:00 2001 From: shi Date: Sat, 1 Mar 2025 17:15:12 +0800 Subject: [PATCH] =?UTF-8?q?refactor(ff-game):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E7=99=BD=E5=90=8D=E5=8D=95=E9=AA=8C=E8=AF=81=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改了白名单验证失败时的错误提示信息,增加了具体的 IP 地址 --- sh/linux/publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/linux/publish.sh b/sh/linux/publish.sh index 7c92dbe..5a1f2e1 100644 --- a/sh/linux/publish.sh +++ b/sh/linux/publish.sh @@ -8,7 +8,7 @@ fi git pull mvn -Dmaven.test.skip=true clean package if [ $? -eq 0 ]; then - cp ff-admin/target/ff-*.jar /opt/gameApi/dist/game-api/ + cp ff-game/target/ff-*.jar /opt/gameApi/dist/game-api/ else echo "fail"