minor oopsie in post-update hook chaining
This commit is contained in:
parent
412a691810
commit
e91e8c80d9
|
@ -7,6 +7,8 @@ GIT_WORK_TREE=$GL_ADMINDIR git checkout -f master
|
||||||
cd $GL_ADMINDIR
|
cd $GL_ADMINDIR
|
||||||
$GL_BINDIR/gl-compile-conf
|
$GL_BINDIR/gl-compile-conf
|
||||||
|
|
||||||
|
cd -
|
||||||
|
|
||||||
if [[ -f hooks/post-update.secondary ]] || [[ -L hooks/post-update.secondary ]]
|
if [[ -f hooks/post-update.secondary ]] || [[ -L hooks/post-update.secondary ]]
|
||||||
then
|
then
|
||||||
exec hooks/post-update.secondary "$@"
|
exec hooks/post-update.secondary "$@"
|
||||||
|
|
Loading…
Reference in a new issue