Add files via upload

This commit is contained in:
Thinktip 2022-01-13 20:26:42 +08:00 committed by GitHub
parent ff7e4ae310
commit 07c19935ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,8 @@
#!/bin/sh
uci batch <<-EOF
set luci.themes.Neobird=/luci-static/neobird
set luci.main.mediaurlbase=/luci-static/neobird
commit luci
EOF
exit 0
# ↑↑↑ DO NOT EDIT THIS LINE