Docker: bugfix: /usr/local/bin instead of /aurweb/app/bin

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2021-06-28 05:36:12 -07:00
parent 28300ee889
commit 3c6b2203e9

View file

@ -78,7 +78,7 @@ if [ ! -f $GIT_REPO/config ]; then
git config --local transfer.hideRefs '^refs/'
git config --local --add transfer.hideRefs '!refs/'
git config --local --add transfer.hideRefs '!HEAD'
ln -sf /aurweb/app/bin/aurweb-git-update hooks/update
ln -sf /usr/local/bin/aurweb-git-update hooks/update
cd $curdir
chown -R aur:aur $GIT_REPO
fi