diff --git a/entrypoint.sh b/entrypoint.sh index 560b1af..38f14a6 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -35,6 +35,8 @@ if [[ ! $REPO_NAME =~ ^https.* ]]; then echo " receivepack = true" >> config # git config --bool core.bare true fi +PEAR_KEY=$(git pear key) +PEAR_REPO=$(git pear list -s) echo "REPO_NAME: $REPO_NAME" >> /tmp/debug.log echo "ORIGINAL_NAME: $ORIGINAL_NAME" >> /tmp/debug.log echo "GIT_PEAR: $GIT_PEAR" >> /tmp/debug.log @@ -43,4 +45,4 @@ echo "PEAR_REPO: $PEAR_REPO" >> /tmp/debug.log /etc/init.d/fcgiwrap start chmod 766 /var/run/fcgiwrap.socket -nginx -g "daemon off;" \ No newline at end of file +nginx -g "daemon off;"