mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-24 19:20:12 +01:00
minor permission fix
This commit is contained in:
parent
6212b93f3a
commit
43bbbfd320
@ -414,6 +414,7 @@ SOCKHELPER
|
|||||||
webui_install() {
|
webui_install() {
|
||||||
|
|
||||||
chmod 770 $DOCROOT/tmp $DOCROOT/images
|
chmod 770 $DOCROOT/tmp $DOCROOT/images
|
||||||
|
chown $PILERUSER $DOCROOT/tmp
|
||||||
chgrp $WWWGROUP $DOCROOT/tmp
|
chgrp $WWWGROUP $DOCROOT/tmp
|
||||||
|
|
||||||
echo "<?php" > $DOCROOT/config-site.php
|
echo "<?php" > $DOCROOT/config-site.php
|
||||||
|
Loading…
Reference in New Issue
Block a user