From 772f4d40946c93c3bb57a64b47087fc92f4eb438 Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Fri, 31 Jan 2003 08:25:40 +0000 Subject: [PATCH] working out the dir to change perms on from the directory of this script. also, hopefully changed the perms on the file to execute --- bin/fix_perms.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/fix_perms.sh b/bin/fix_perms.sh index 7492e96..e1f0e1d 100755 --- a/bin/fix_perms.sh +++ b/bin/fix_perms.sh @@ -1,6 +1,6 @@ #!/bin/sh -wwwroot=/usr/local/www/owl/dms +wwwroot=../`dirname $0` touch $wwwroot/log.txt chown -R www:wheel $wwwroot -- libgit2 0.21.4