Should fix #2175 - dir permissions are not set up correctly in storage server dev env
This commit is contained in:
parent
e7b5b3d11c
commit
446800d340
1 changed files with 2 additions and 0 deletions
|
@ -229,6 +229,8 @@ dir_setup:
|
||||||
|
|
||||||
db_init:
|
db_init:
|
||||||
-cd var/install && php -q install.php
|
-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:
|
db_clean:
|
||||||
-cd var/install && php -q uninstall.php
|
-cd var/install && php -q uninstall.php
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue