diff --git a/examples/haproxy.init b/examples/haproxy.init index d02c36710..f08fcb0dd 100644 --- a/examples/haproxy.init +++ b/examples/haproxy.init @@ -94,7 +94,7 @@ check() { $BIN -c -q -V -f $CFG } -quiet_check() +quiet_check() { $BIN -c -q -f $CFG }