mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-17 08:55:29 +08:00
8 lines
99 B
Plaintext
8 lines
99 B
Plaintext
![]() |
#!/bin/sh
|
||
|
|
||
|
/etc/init.d/haproxy disable
|
||
|
/etc/init.d/haproxy stop
|
||
|
|
||
|
rm -f /tmp/luci-indexcache
|
||
|
exit 0
|