summaryrefslogtreecommitdiffstats
path: root/bin/addproject
diff options
context:
space:
mode:
Diffstat (limited to 'bin/addproject')
-rwxr-xr-xbin/addproject1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/addproject b/bin/addproject
index 53640b6..50849a3 100755
--- a/bin/addproject
+++ b/bin/addproject
@@ -100,6 +100,7 @@ main() {
eexec trac-admin ${trac_home} wiki import WikiStart WikiStart.txt
eexec trac-admin ${trac_home} wiki import GettingStarted GettingStarted.txt
eexec chown apache:apache ${trac_home}/conf/trac.ini
+ eexec chown -R apache:apache ${trac_home}/attachments
eheading "setting up apache2"
eexec sed -i -e "\$a\\# ${project_name} (added on $(date -R))\\" ${APACHE_PROJECT_CONF}