1
0
Fork 0
mirror of https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git synced 2024-11-22 13:50:14 +00:00
docker-adsb-ultrafeeder/rootfs/etc/s6-overlay/scripts/02-remove-prometheus-data-init

8 lines
180 B
Text
Raw Normal View History

2023-08-31 02:59:09 +00:00
#!/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
2023-10-10 15:25:53 +00:00
exit 0