更新配置

This commit is contained in:
ling 2023-12-05 15:01:57 +08:00
parent 9e80d5f77d
commit e8e65532b5

View File

@ -38,7 +38,7 @@ pre_set()
fi
}
[ "$(uci get network.wwan6_5g.ifname)" == "$1" ] && {
[ "$(uci get network.wwan6_5g.ifname)" = "$1" ] && {
uci set network.wwan6_5g.extendprefix='1'
uci commit network
}