mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-04 02:23:31 +02:00
BUG/MINOR: examples/haproxy.init: missing brace in quiet_check()
There is a missing curly brace in the quiet_check function of the example init script. [note: This needs to be backported to 1.6]
This commit is contained in:
committed by
Willy Tarreau
parent
e4c4b7dda6
commit
c04b16cb28
@@ -94,7 +94,7 @@ check() {
|
||||
$BIN -c -q -V -f $CFG
|
||||
}
|
||||
|
||||
quiet_check()
|
||||
quiet_check() {
|
||||
$BIN -c -q -f $CFG
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user