Browse Source

FIxed haproxy status always returning 1 (#125)

4.1
Sean Wysor 9 years ago
committed by bitbashing
parent
commit
6ca4fd0eb0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      system/sbin/kazoo-haproxy

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

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


Loading…
Cancel
Save