mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-10 14:22:05 +08:00
8 lines
99 B
Bash
Executable File
8 lines
99 B
Bash
Executable File
#!/bin/sh
|
|
|
|
/etc/init.d/haproxy disable
|
|
/etc/init.d/haproxy stop
|
|
|
|
rm -f /tmp/luci-indexcache
|
|
exit 0
|