mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
captive: Fix directory permissions
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user