Update 99-custom.sh

This commit is contained in:
starry
2025-11-19 09:15:37 +08:00
committed by GitHub
parent 9d0dcff423
commit b1ac6a5f64

View File

@@ -5,9 +5,6 @@ exec >/tmp/setup.log 2>&1
# 自 定 义 配 置 区 域
###########################################################
### LuCI 默认主题(需要固件中已下载该主题)
luci_theme="argon"
### 系统后台密码(为空则不修改)
root_password="root"
@@ -108,11 +105,4 @@ if [ -n "$pppoe_username" ] && [ -n "$pppoe_password" ]; then
uci commit network
fi
# ------------ LuCI 主题设置 ------------
if [ -n "$luci_theme" ]; then
# 设置默认主题
uci set luci.main.mediaurlbase="/luci-static/$luci_theme"
uci commit luci
fi
echo "All done!"