Browse Source

4.1 haproxy system status() syntax error fix (#171)

* Update registrar-role.cfg

* KAZOO-5414: correct pre-processor typo

* Fix invalid variable assign syntax in status()
KAZOO-5650
Nenad Corbic 9 years ago
committed by bitbashing
parent
commit
0527c006c4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      system/sbin/kazoo-haproxy

+ 1
- 1
system/sbin/kazoo-haproxy View File

@ -127,7 +127,7 @@ status() {
done
echo
done
$RETVAL=0
RETVAL=0
}
reload() {


Loading…
Cancel
Save