using absolute path for plugins

This commit is contained in:
Jeff Lindsay
2013-06-30 11:02:40 -05:00
parent 1ebfc9486a
commit 6be113f7de
3 changed files with 5 additions and 3 deletions

View File

@@ -8,7 +8,8 @@ install: gitreceive sshcommand pluginhook
cp dokku /usr/local/bin/dokku
cp receiver /home/git/receiver
cp nginx-app-conf /home/git/nginx-app-conf
cp -r plugins /home/git/.plugins
mkdir -p /var/lib/dokku/plugins
cp -r plugins/* /var/lib/dokku/plugins
gitreceive:
wget -qO /usr/local/bin/gitreceive ${GITRECEIVE_URL}