#!/bin/bash

vIPs=$(fliwi-get-vips-for-service "$@") || exit $?
if [ -n "$vIPs" ]; then
  echo $vIPs | sed -r 's/ .*//'
fi
