From 912f84f0c3f789ce5b92ece1a863062c8c9c4951 Mon Sep 17 00:00:00 2001 From: Varun Date: Fri, 16 Oct 2020 20:49:02 +0530 Subject: [PATCH] Updated --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index d7b94ef..d89d134 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -23,6 +23,7 @@ echo "###[group] Setting Up Config" template='{"github":{"username":"%s","accesstoken":"%s"},"gitea":{"host":"%s","accesstoken":"%s","username":"%s","default_userpassword":"%s","gist":{"prefix":"%s","surfix":"%s"}},"repomap":{},"gistsSource":%s,"gistsStared":%s,"repositoryStared":%s,"repositorySource":%s,"repositoryForked":%s}' json_string=$(printf "$template" "$gh_username" "$accesstoken" "$gitea_host" "$gitea_accesstoken" "$gitea_username" "RY7VpBD62P7964c9mSz%2GAM82hv68yUbHc4@Gdw8c%f^W3*qdzof*8a6b^rKy" "$gitea_gist_prefix" "$gitea_gist_surfix" "$gistsSource" "$gistsStared" "$repositoryStared" "$repositorySource" "$repositoryForked") echo "$json_string" >> ./mirror-handler/src/config.json +cat ./mirror-handler/src/config.json echo "###[endgroup]" echo "###[group] Setting Up Mirror For {Source Gists}"