mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-03-20 09:56:47 +00: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:
parent
e4c4b7dda6
commit
c04b16cb28
@ -94,7 +94,7 @@ check() {
|
||||
$BIN -c -q -V -f $CFG
|
||||
}
|
||||
|
||||
quiet_check()
|
||||
quiet_check() {
|
||||
$BIN -c -q -f $CFG
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user