#!/bin/sh case "$@" in "") exec "/app/hamview-receiver" --config "/app/config/hamview-collector.yaml" ;; ;; *) exec "/bin/sh" -c "$@" ;; esac