Refactor
Some checks failed
Test and build / Test and lint (push) Successful in 1m12s
Test and build / Build collector (push) Failing after 1m15s
Test and build / Build receiver (push) Failing after 1m29s

This commit is contained in:
2026-02-23 21:21:23 +01:00
parent 227477d17f
commit f234497162
4 changed files with 32 additions and 14 deletions

View File

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