From 96df169aa18911ea85d468c13c3581258f0628ad Mon Sep 17 00:00:00 2001 From: 王家文 Date: Wed, 10 Apr 2024 12:03:57 +0800 Subject: [PATCH] faet: 测试服配置和脚本 --- sh/pre/auto.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/pre/auto.sh b/sh/pre/auto.sh index 2c0fa4c..44621b9 100644 --- a/sh/pre/auto.sh +++ b/sh/pre/auto.sh @@ -21,7 +21,7 @@ fi sleep 1s -sh /sh/apigame/$apigame.sh ${1} +sh /sh/apigame/apigame.sh ${1} if [ $? -ne 0 ];then exit 1 fi -- libgit2 0.21.0