mirror of
https://github.com/JamesonHuang/OpenWrt_Luci_Lua.git
synced 2024-11-23 22:00:11 +00:00
6 lines
135 B
Bash
6 lines
135 B
Bash
#!/bin/sh
|
|
/etc/init.d/uhttpd stop
|
|
rm -rf /tmp/luci-indexcache /tmp/luci-modulecache
|
|
rm -rf /tmp/luci-sessions
|
|
/etc/init.d/uhttpd start
|