]> git.donarmstrong.com Git - wannabuild.git/blob - fixperms
fix 7dce194de7116a1a957c3b4620cbfe12485afd6b
[wannabuild.git] / fixperms
1 #!/bin/sh
2 #
3 # This is meant to be run from the db dir with an arch param
4
5 if [ -d "$1" ]; then
6         chmod 664 $1/build-db-*
7         chmod 660 $1/build-db-*-security
8 fi