2

Queston: on an openwrt board I've done some adhoc modification to some luci files i.e. /usr/lib/lua/luci/dispatcher.lua, how can it be reloaded into use without a total restart of the board?

Bruce Lu
  • 53
  • 1
  • 5

1 Answers1

2

I've found the answer myself with a little googling:

uci set luci.ccache.enable=0
uci commit luci

at the command line

or

simply remove /tmp/.luci-indexcache.

Joey Hewitt
  • 120
  • 1
  • 7
Bruce Lu
  • 53
  • 1
  • 5