Commit f16bb4467bf5084ac945bcedb503bc8f303bf84f

Authored by michael
1 parent 2f54fef8

re-adding with execute perm


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