Commit 772f4d40946c93c3bb57a64b47087fc92f4eb438

Authored by Michael Joseph
1 parent 79c52e76

working out the dir to change perms on from the directory of this script. also, …

…hopefully changed the perms on the file to execute


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@709 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 1 deletions
bin/fix_perms.sh
1 #!/bin/sh 1 #!/bin/sh
2 2
3 -wwwroot=/usr/local/www/owl/dms 3 +wwwroot=../`dirname $0`
4 4
5 touch $wwwroot/log.txt 5 touch $wwwroot/log.txt
6 chown -R www:wheel $wwwroot 6 chown -R www:wheel $wwwroot