Hi,
ok:
> haproxy -f test.cfg -W
> echo $?
0
bad:
> haproxy -f test.cfg
> echo $?
1
With bunch of modified code, i am a little lost to track the bug.
Manu
ok:
> haproxy -f test.cfg -W
> echo $?
0
bad:
> haproxy -f test.cfg
> echo $?
1
With bunch of modified code, i am a little lost to track the bug.
Manu