]> git.donarmstrong.com Git - wannabuild.git/blob - fixperms
some fixes accumulated over time
[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