This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
documentation:configuration:uci [2015/05/22 06:42] admin |
documentation:configuration:uci [2018/05/24 09:05] (current) |
||
---|---|---|---|
Line 73: | Line 73: | ||
-X do not use extended syntax on 'show' | -X do not use extended syntax on 'show' | ||
</code> | </code> | ||
+ | |||
+ | If you want to look up your changes use the following command: | ||
+ | <code> | ||
+ | uci changes | ||
+ | </code> | ||
+ | |||
+ | In case you alter the UCI configuration using the command-line interface, the config needs to be written to the configuration files by commiting them using: | ||
+ | <code> | ||
+ | uci commit | ||
+ | </code> | ||
+ | before any service restarts will take effect of the configuration |