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