UCI command usage: Difference between revisions
m
→UCI set
m (→UCI set) |
|||
Line 387: | Line 387: | ||
As you may have noticed, the command is very similar to uci get, except it has an equals to (''''='''') sign added at the end and after the sign is the value that we want to assign to the option. | As you may have noticed, the command is very similar to uci get, except it has an equals to (''''='''') sign added at the end and after the sign is the value that we want to assign to the option. | ||
The next step is to commit the changes by using the '''uci commit''' command and to restart all the services relevant to our configuration by using the ''' | The next step is to commit the changes by using the '''uci commit''' command and to restart all the services relevant to our configuration by using the '''/etc/init.d/wireless restart''' command: | ||
# uci commit wireless | # uci commit wireless |