Fix entrypoint
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user