ZhenYu 59b8a5cc63 luci-app-haproxy-tcp & luci-app-qbittorrent: return to right display at make menu (#1608)
* luci-app-haproxy-tcp: fixed wrong location in make menu

* luci-app-qbittorrent: solved wrong luci-i18n-qbittorrent at make menu
2019-09-12 14:37:25 +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