Skip to content

Commit

Permalink
Merge pull request #9 from FredHutch/master
Browse files Browse the repository at this point in the history
correct the path to haproxy - should be /usr/sbin/haproxy
  • Loading branch information
byjg authored Oct 21, 2021
2 parents bdabd24 + 21f723c commit 21069ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scripts/haproxy-reload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 21069ec

Please sign in to comment.