4918
5880
3万
GROAD
曲径通幽,安觅芳踪。
config playapp apple
#touch /etc/config/playapp #uci show playapp /*此时为空*/ #uci add playapp blah cfg02a4fc # uci show playapp playapp.@blah[0]=blah #uci commit /*不要漏掉提交*/ # cat /etc/config/playapp config blah
uci set <config>.<section>[.<option>]=<value>
# rm /etc/config/playapp /*删掉刚才所建配置文件*/ # touch /etc/config/playapp /*再新建一个*/ # uci set playapp.myname=mysectiontype /*注意,myname 是节名,节类型要写在 = 的右边*/ # uci set playapp.othername=mysectiontype # uci commit # uci show playapp playapp.myname=mysectiontype playapp.othername=mysectiontype # cat /etc/config/playapp config mysectiontype 'myname' config mysectiontype 'othername'
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页
小黑屋|手机版|Archiver|曲径通幽 ( 琼ICP备11001422号-1|公安备案:46900502000207 )
GMT+8, 2025-5-3 00:28 , Processed in 0.076613 second(s), 25 queries .
Powered by Discuz! X3.2
© 2001-2013 Comsenz Inc.