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