Always call chown intradmin after update
This commit is contained in:
parent
1f55ca1bfe
commit
9353d1d4e6
2 changed files with 7 additions and 5 deletions
7
Makefile
7
Makefile
|
@ -19,10 +19,11 @@ install:
|
|||
test -d $(GITOLITE_DEST) && $(MAKEDIR) -p $(GITOLITE_DEST)/update.secondary.d
|
||||
test -d $(GITOLITE_DEST) && $(COPY) hooks/* $(GITOLITE_DEST)/update.secondary.d/
|
||||
|
||||
update: unstall install
|
||||
|
||||
upgrade:
|
||||
update:
|
||||
$(GIT) pull
|
||||
$(SHELL) commands/first-install.sh
|
||||
|
||||
upgrade: install
|
||||
|
||||
unstall:
|
||||
$(RM) -r $(DEST)/ACU/
|
||||
|
|
Reference in a new issue