freifunk-berlin / falter-builter

build falter images using precompiled openwrt imagebuilders.
6 stars 6 forks source link

03-luci-footer.sh: adjust for ucode-template #125

Closed Akira25 closed 1 year ago

Akira25 commented 1 year ago

Not finished until now, we still need to know, where the ucode-template gets placed.

pmelange commented 1 year ago

/usr/share/ucode/luci/template/themes/bootstrap/footer.ut is the correct location

pmelange commented 1 year ago

You could do wget -P $FOOTERDIR $SRCFOOTER instead of using the -O option.

Akira25 commented 1 year ago

Okay, this hsould be ready for review now. I fixed a little bug on the way (for snapshot, the URL structure is a little tiny bit other than for releases).