From 0527c006c464530f7eff6f0262ec3e2cff9f881c Mon Sep 17 00:00:00 2001 From: Nenad Corbic Date: Wed, 24 May 2017 12:57:19 -0400 Subject: [PATCH] 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() --- system/sbin/kazoo-haproxy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/sbin/kazoo-haproxy b/system/sbin/kazoo-haproxy index e0ac3f8..41826ed 100755 --- a/system/sbin/kazoo-haproxy +++ b/system/sbin/kazoo-haproxy @@ -127,7 +127,7 @@ status() { done echo done - $RETVAL=0 + RETVAL=0 } reload() {