mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-21 13:20:11 +00:00
update 1
This commit is contained in:
parent
f19bdb759f
commit
511d4191d0
1 changed files with 1 additions and 3 deletions
|
@ -1,10 +1,8 @@
|
|||
#!/command/with-contenv bash
|
||||
# shellcheck shell=bash disable=SC2015,SC2016,SC1091
|
||||
|
||||
APPNAME="readsb"
|
||||
|
||||
source /scripts/common
|
||||
s6wrap=(s6wrap --quiet --timestamps --prepend="${APPNAME}" --args)
|
||||
s6wrap=(s6wrap --quiet --timestamps --prepend="$(basename "$0")" --args)
|
||||
|
||||
# First check if ADSBX is in the config string
|
||||
|
||||
|
|
Loading…
Reference in a new issue