summaryrefslogtreecommitdiffstats
path: root/abs/core/lighttpd/lighttpd.install
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2017-03-20 19:35:47 (GMT)
committerBritney Fransen <brfransen@gmail.com>2017-03-20 19:35:47 (GMT)
commitbd44be589a2626bd26a7f31b23c2358fb74e5c95 (patch)
tree600ab12a2ff668f90ab438f8470918eff6716d71 /abs/core/lighttpd/lighttpd.install
parentad0b917485532584dfcb65a1aa059ce1e627a17a (diff)
parent2ebece31ee1ef9b693dbd3bcb0f76e87766ef577 (diff)
downloadlinhes_pkgbuild-bd44be589a2626bd26a7f31b23c2358fb74e5c95.zip
linhes_pkgbuild-bd44be589a2626bd26a7f31b23c2358fb74e5c95.tar.gz
linhes_pkgbuild-bd44be589a2626bd26a7f31b23c2358fb74e5c95.tar.bz2
Merge branch 'testing'
Diffstat (limited to 'abs/core/lighttpd/lighttpd.install')
-rwxr-xr-xabs/core/lighttpd/lighttpd.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/abs/core/lighttpd/lighttpd.install b/abs/core/lighttpd/lighttpd.install
index 3526b71..9bd0c3a 100755
--- a/abs/core/lighttpd/lighttpd.install
+++ b/abs/core/lighttpd/lighttpd.install
@@ -3,6 +3,9 @@ post_install() {
usr/bin/systemd-tmpfiles --create lighttpd.conf
fi
+ #adjust permissions of /data/storage/disk0/media/tmp/
+ chmod 1777 /data/storage/disk0/media/tmp/
+
echo "Generate lighttpd include..."
gen_light_include.py
echo "Forcing a re-read of lighttpd's configuration file..."