From d65f11a96c7c5882fffe3666f16ca2e57c08d7fd Mon Sep 17 00:00:00 2001 From: liyanyan <215952619@qq.com> Date: Sun, 5 Jul 2026 23:51:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entrypoint.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index b6bb0bc..8cf85fa 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -11,6 +11,9 @@ EOF chmod 600 /root/.netrc +git config --global user.name "iptv-sync-bot" +git config --global user.email "bot@local" + echo "[init] start loop sync" while true