]> git.donarmstrong.com Git - wannabuild.git/blob - fixperms
partly undo 7ce88f5df6216220b52607f09facaf312cb971c7 as that one
[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