From f16bb4467bf5084ac945bcedb503bc8f303bf84f Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 31 Jan 2003 09:00:39 +0000 Subject: [PATCH] re-adding with execute perm --- bin/fix_perms.sh | 7 +++++++ 1 file changed, 7 insertions(+), 0 deletions(-) create mode 100755 bin/fix_perms.sh 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/* -- libgit2 0.21.4