Quantcast
Channel: Serverphorums.com
Viewing all articles
Browse latest Browse all 23908

[PATCH] examples/haproxy.init: missing brace in quiet_check()

$
0
0
There is a missing curly brace in the quiet_check function of the example
init script.

---
examples/haproxy.init | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/haproxy.init b/examples/haproxy.init
index d02c367..f08fcb0 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
}

--
2.4.3

Viewing all articles
Browse latest Browse all 23908

Trending Articles