1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 17:56:26 +00:00

Update magic script

This commit is contained in:
David Young
2019-02-08 22:02:32 +13:00
parent 807f7836fe
commit a641946844

View File

@@ -191,7 +191,8 @@ then
echo "HAProxy validation failed, not continuing"
exit 2
else
systemctl restart haproxy
cp /etc/webhook/haproxy/pre_validate.cfg /etc/haproxy/haproxy.cfg
systemctl restart haproxy
fi
```