1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 10:31:51 +00:00

Fix haproxy uci-defaults

This commit is contained in:
Ycarus 2018-03-01 20:15:38 +01:00
parent d094b83efa
commit bceb352e67

View file

@ -7,10 +7,10 @@ uci -q batch <<-EOF >/dev/null
commit ucitrack
EOF
/etc/init.d/haproxy stop
/etc/init.d/haproxy disable
/etc/init.d/haproxy stop >/dev/null 2>&1
/etc/init.d/haproxy disable >/dev/null 2>&1
/etc/init.d/haproxy-tcp enable
/etc/init.d/haproxy-tcp enable >/dev/null 2>&1
rm -f /tmp/luci-indexcache
exit 0