#!/bin/sh
# dinoer-rpa — wrapper for the .deb distribution channel.
# Points rpa.py at /etc/dinoer/dinoer.conf instead of the default
# /opt/dinoer/dinoer.conf used by the git-clone + install.sh channel.
export DINOER_CONF="${DINOER_CONF:-/etc/dinoer/dinoer.conf}"
exec /opt/dinoer/venv/bin/python3 /opt/dinoer/rpa.py "$@"
