mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
create upload dir for lighttpd
directory is missing in the installation process but is used in the lighttpd.conf
This commit is contained in:
parent
b50584119b
commit
8872594ab9
1 changed files with 2 additions and 0 deletions
|
@ -583,6 +583,8 @@ installConfigs() {
|
|||
chown ${LIGHTTPD_USER}:${LIGHTTPD_GROUP} /var/run/lighttpd
|
||||
mkdir -p /var/cache/lighttpd/compress
|
||||
chown ${LIGHTTPD_USER}:${LIGHTTPD_GROUP} /var/cache/lighttpd/compress
|
||||
mkdir -p /var/cache/lighttpd/uploads
|
||||
chown ${LIGHTTPD_USER}:${LIGHTTPD_GROUP} /var/cache/lighttpd/uploads
|
||||
}
|
||||
|
||||
stop_service() {
|
||||
|
|
Loading…
Reference in a new issue