1
0
Fork 0

Merge pull request #9 from FredHutch/master

correct the path to haproxy - should be /usr/sbin/haproxy
This commit is contained in:
Joao Gilberto Magalhaes 2021-10-21 12:13:28 -05:00 committed by GitHub
commit 21069ec18b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,5 +49,5 @@ fi
if [[ "$RELOAD" == "true" ]]; then
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