mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 23:41:59 +01:00
Fixed group ownership on www/tmp dir
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
d687fa16ab
commit
b3f37f2964
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user