diff options
-rw-r--r-- | hooks/post-receive | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hooks/post-receive b/hooks/post-receive index d759dcb..584057e 100644 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -8,6 +8,7 @@ dump_sess cache="$(deploy_cache ${NEWREV})" + for i in ${FILES_M[@]} ${FILES_A[@]}; do f="$(basename ${i})" d="$(dirname ${i})" |