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
|
$BIN -c -q -V -f $CFG
|
||||||
}
|
}
|
||||||
|
|
||||||
quiet_check()
|
quiet_check() {
|
||||||
$BIN -c -q -f $CFG
|
$BIN -c -q -f $CFG
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user