mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 03:17:01 +02:00
Fixed group ownership on www/tmp dir
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
@ -419,7 +419,7 @@ SOCKHELPER
|
||||
|
||||
webui_install() {
|
||||
chmod 770 "${DOCROOT}/tmp" "${DOCROOT}/images"
|
||||
chown "$PILERUSER" "${DOCROOT}/tmp"
|
||||
chown "${PILERUSER}:${WWWGROUP}" "${DOCROOT}/tmp"
|
||||
|
||||
envsubst < "${SCRIPT_DIR}/config-site.php.in" | sed s%config%\$config%g > "$CONFIG_SITE_PHP"
|
||||
|
||||
|
Reference in New Issue
Block a user