]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
captive: Fix directory permissions
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 2 May 2017 09:55:58 +0000 (10:55 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 22 Sep 2017 18:00:04 +0000 (19:00 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/web-user-interface

index 8e461d55caa2e23445a316e8b4f117029c050862..475bb68c311339b7b9e9e9471b3f16d3cd49ae93 100644 (file)
@@ -68,7 +68,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        ln -svf ipfire /srv/web/ipfire/html/themes/ipfire-rounded
 
        # Reset permissions of redirect templates and theme directories
-       find /srv/web/ipfire/html/{redirect-templates,themes} -type d | xargs chmod -v 755
+       find /srv/web/ipfire/html/{captive,redirect-templates,themes} -type d | xargs chmod -v 755
 
        # Captive Portal CSS
        ln -svf --relative /usr/share/bootstrap/css/bootstrap-grid.min.css \