diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/post-update | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/post-update b/bin/post-update new file mode 100755 index 0000000..3098dab --- /dev/null +++ b/bin/post-update @@ -0,0 +1,8 @@ +#!/bin/sh + +cd .. +unset GIT_DIR +git annex sync + +cd - +exec git update-server-info |