Skip to content

Commit

Permalink
4.1 haproxy system status() syntax error fix (#171)
Browse files Browse the repository at this point in the history
* Update registrar-role.cfg

* KAZOO-5414: correct pre-processor typo

* Fix invalid variable assign syntax in status()
  • Loading branch information
ncorbic authored and k-anderson committed May 24, 2017
1 parent 8bf8fca commit 0527c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/sbin/kazoo-haproxy
Expand Up @@ -127,7 +127,7 @@ status() {
done
echo
done
$RETVAL=0
RETVAL=0
}

reload() {
Expand Down

0 comments on commit 0527c00

Please sign in to comment.