mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Docker: bugfix: /usr/local/bin instead of /aurweb/app/bin
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
28300ee889
commit
3c6b2203e9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue