immortalwrt/package/lean/luci-app-haproxy-tcp/files/etc/uci-defaults/z99-haproxy
2019-04-27 21:49:17 +08:00

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