mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 20:27:03 +02:00
minor permission fix
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user