From 6ca4fd0eb0ee409d8102d74ce63fcc34e19597fb Mon Sep 17 00:00:00 2001 From: Sean Wysor Date: Wed, 21 Dec 2016 15:23:26 -0800 Subject: [PATCH] FIxed haproxy status always returning 1 (#125) --- system/sbin/kazoo-haproxy | 1 + 1 file changed, 1 insertion(+) diff --git a/system/sbin/kazoo-haproxy b/system/sbin/kazoo-haproxy index 5db1ad1..3b2d7c2 100755 --- a/system/sbin/kazoo-haproxy +++ b/system/sbin/kazoo-haproxy @@ -119,6 +119,7 @@ status() { done echo done + $RETVAL=0 } reload() {