#!/bin/sh
if [ -d /usr/local/share/procimgtomqtt ]
then
    exec "/usr/local/share/procimgtomqtt/procimgtomqtt.py" "$@"
else
    exec "/usr/share/procimgtomqtt/procimgtomqtt.py" "$@"
fi
