#!/bin/sh

# return the host the service is hosted on
case $MODIFIED_IMAGE in
        pica-etherpad) RES="PICA01"
        ;;
        pica-dokuwiki) RES="PICA02"
esac
echo $RES