mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-22 22:00:10 +00:00
6 lines
135 B
Text
6 lines
135 B
Text
#!/usr/bin/with-contenv bash
|
|
# shellcheck shell=bash disable=SC1091
|
|
|
|
source /scripts/common
|
|
|
|
rm -f /run/readsb-prometheus.prom || true
|