8 lines
99 B
Plaintext
Raw Normal View History

2017-10-30 01:31:21 +08:00
#!/bin/sh
/etc/init.d/haproxy disable
/etc/init.d/haproxy stop
rm -f /tmp/luci-indexcache
exit 0