diff --git a/bin/fix_perms.sh b/bin/fix_perms.sh new file mode 100755 index 0000000..e1f0e1d --- /dev/null +++ b/bin/fix_perms.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +wwwroot=../`dirname $0` + +touch $wwwroot/log.txt +chown -R www:wheel $wwwroot +chmod -R 750 $wwwroot/Documents/*