Merge pull request #9 from FredHutch/master
correct the path to haproxy - should be /usr/sbin/haproxy
This commit is contained in:
commit
21069ec18b
1 changed files with 1 additions and 1 deletions
|
|
@ -49,5 +49,5 @@ fi
|
||||||
|
|
||||||
if [[ "$RELOAD" == "true" ]]; then
|
if [[ "$RELOAD" == "true" ]]; then
|
||||||
echo "Reloading..."
|
echo "Reloading..."
|
||||||
/usr/local/sbin/haproxy -W -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid -x /var/run/haproxy.sock -sf $(cat /run/haproxy.pid) &
|
/usr/sbin/haproxy -W -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid -x /var/run/haproxy.sock -sf $(cat /run/haproxy.pid) &
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue