mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-26 15:50:11 +00:00
916f045f4c
03-remove-mlathub-up deletes /run/mlathub_up when the container stops As this file is created by the mlat-client service, remove it instead in a finish script for mlat-client which is run when the mlat-client service is stopped
2 lines
58 B
Bash
Executable file
2 lines
58 B
Bash
Executable file
#!/bin/sh
|
|
exec /etc/s6-overlay/scripts/mlat-client-finish
|