From: Alexander Marx Date: Wed, 10 Feb 2016 09:09:23 +0000 (+0100) Subject: Captive-portal: Add directory for logo upload X-Git-Tag: v2.19-core115~60^2~71 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=83ba0896f6240a9110198e19a936e86b492cb766 Captive-portal: Add directory for logo upload Signed-off-by: Alexander Marx --- 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)