mirror of
https://github.com/aljazceru/gitpear.git
synced 2025-12-17 06:04:25 +01:00
debug
This commit is contained in:
@@ -35,6 +35,8 @@ if [[ ! $REPO_NAME =~ ^https.* ]]; then
|
|||||||
echo " receivepack = true" >> config
|
echo " receivepack = true" >> config
|
||||||
# git config --bool core.bare true
|
# git config --bool core.bare true
|
||||||
fi
|
fi
|
||||||
|
PEAR_KEY=$(git pear key)
|
||||||
|
PEAR_REPO=$(git pear list -s)
|
||||||
echo "REPO_NAME: $REPO_NAME" >> /tmp/debug.log
|
echo "REPO_NAME: $REPO_NAME" >> /tmp/debug.log
|
||||||
echo "ORIGINAL_NAME: $ORIGINAL_NAME" >> /tmp/debug.log
|
echo "ORIGINAL_NAME: $ORIGINAL_NAME" >> /tmp/debug.log
|
||||||
echo "GIT_PEAR: $GIT_PEAR" >> /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
|
/etc/init.d/fcgiwrap start
|
||||||
chmod 766 /var/run/fcgiwrap.socket
|
chmod 766 /var/run/fcgiwrap.socket
|
||||||
nginx -g "daemon off;"
|
nginx -g "daemon off;"
|
||||||
|
|||||||
Reference in New Issue
Block a user