Skip to content

Commit

Permalink
[#817] Updated post-merge hook
Browse files Browse the repository at this point in the history
  • Loading branch information
kardan committed Nov 4, 2014
1 parent 10f81eb commit 9a1d74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git_hooks/post-merge
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

find `pwd`'/akvo/rsr/static' -type d -exec chmod 777 {} \;
find `pwd`'/akvo/rsr/static' -type f -exec chmod 664 {} \;
find `pwd`'/akvo/rsr/static' -type f -exec chmod 777 {} \;

0 comments on commit 9a1d74a

Please sign in to comment.