Fix entrypoint
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
RECEIVER_FLAGS=(
|
RECEIVER_FLAGS=("--debug")
|
||||||
--debug
|
|
||||||
)
|
|
||||||
RECEIVER_CONFIG="${RECEIVER_CONFIG:-/app/config/hamview-receiver-${RECEIVER_PROTOCOL}.yaml}"
|
RECEIVER_CONFIG="${RECEIVER_CONFIG:-/app/config/hamview-receiver-${RECEIVER_PROTOCOL}.yaml}"
|
||||||
|
|
||||||
run() {
|
run() {
|
||||||
|
|||||||
Reference in New Issue
Block a user