5 lines
107 B
Text
5 lines
107 B
Text
|
#!/bin/sh
|
||
|
|
||
|
uci set luci.uci_oncommit.luci_statistics='/etc/init.d/luci_statistics restart'
|
||
|
uci commit luci
|