From 83ba0896f6240a9110198e19a936e86b492cb766 Mon Sep 17 00:00:00 2001 From: Alexander Marx Date: Wed, 10 Feb 2016 10:09:23 +0100 Subject: [PATCH] Captive-portal: Add directory for logo upload Signed-off-by: Alexander Marx --- lfs/apache2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lfs/apache2 b/lfs/apache2 index d0fe066257..1e6f01655d 100644 --- a/lfs/apache2 +++ b/lfs/apache2 @@ -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) -- 2.39.2