mirror of
https://github.com/kenzok8/openwrt-packages.git
synced 2025-05-01 05:42:03 +08:00
7 lines
135 B
Bash
7 lines
135 B
Bash
#!/bin/sh
|
|
|
|
sed -i 's/cbi.submit\"] = true/cbi.submit\"] = \"1\"/g' /usr/lib/lua/luci/dispatcher.lua
|
|
|
|
rm -f /tmp/luci-indexcache
|
|
exit 0
|