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:
parent
d094b83efa
commit
bceb352e67
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue