#!/bin/bash
if [ "$1" = "test" ]; then
	pcs-proxy crm test-crm.collabora.com test-wire.collabora.com --debug
else
	pcs-proxy crm
fi
