captive: Fix directory permissions

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2017-05-02 10:55:58 +01:00
parent c91899797b
commit 445b43f877

View 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 \