Fix entrypoint
All checks were successful
Test and build / Test and lint (push) Successful in 1m12s
Test and build / Build collector (push) Successful in 1m32s
Test and build / Build receiver (push) Successful in 1m48s

This commit is contained in:
2026-02-24 15:40:04 +01:00
parent da9dfda207
commit 95eb917871

View File

@@ -1,8 +1,6 @@
#!/bin/sh
#!/bin/bash
RECEIVER_FLAGS=(
--debug
)
RECEIVER_FLAGS=("--debug")
RECEIVER_CONFIG="${RECEIVER_CONFIG:-/app/config/hamview-receiver-${RECEIVER_PROTOCOL}.yaml}"
run() {