Should fix #2175 - dir permissions are not set up correctly in storage server dev env

This commit is contained in:
paul 2007-02-09 16:27:47 +00:00
parent e7b5b3d11c
commit 446800d340
1 changed files with 2 additions and 0 deletions

View File

@ -229,6 +229,8 @@ dir_setup:
db_init:
-cd var/install && php -q install.php
chgrp ${APACHE_GROUP} ${STOR_DIR} ${ACCESS_DIR} ${TRANS_DIR} ${BUFF_DIR}
chmod g+sw ${STOR_DIR} ${ACCESS_DIR} ${TRANS_DIR} ${BUFF_DIR}
db_clean:
-cd var/install && php -q uninstall.php