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
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