From: Michael Tremer Date: Tue, 2 May 2017 09:55:58 +0000 (+0100) Subject: captive: Fix directory permissions X-Git-Tag: v2.19-core115~60^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=445b43f87732df392776964a82e3ed3058cfee6b;p=people%2Fstevee%2Fipfire-2.x.git captive: Fix directory permissions Signed-off-by: Michael Tremer --- diff --git a/lfs/web-user-interface b/lfs/web-user-interface index 8e461d55ca..475bb68c31 100644 --- a/lfs/web-user-interface +++ b/lfs/web-user-interface @@ -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 \