Captive-portal: Add directory for logo upload

Signed-off-by: Alexander Marx <alexander.marx@ipfire.org>
This commit is contained in:
Alexander Marx
2016-02-10 10:09:23 +01:00
committed by Michael Tremer
parent fb1d26d1bc
commit 83ba0896f6

View File

@@ -122,6 +122,11 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
# Create logdir for captive-portal
mkdir -pv /var/log/httpd/captive
# Create logodir for captive portal
mkdir -pv /srv/web/ipfire/html/captive/logo
chown nobody.nobody /srv/web/ipfire/html/captive/logo
chmod 775 /srv/web/ipfire/html/captive/logo
@rm -rf $(DIR_APP)
@$(POSTBUILD)