mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
Captive-portal: Add directory for logo upload
Signed-off-by: Alexander Marx <alexander.marx@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
fb1d26d1bc
commit
83ba0896f6
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user