mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-22 22:00:10 +00:00
7 lines
180 B
Text
Executable file
7 lines
180 B
Text
Executable file
#!/command/with-contenv bash
|
|
# shellcheck shell=bash disable=SC1091
|
|
|
|
# dummy file to allow for graceful shutdown
|
|
# I don't know if we need this, but it won't hurt anything
|
|
|
|
exit 0
|