mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2025-02-17 00:44:28 +01:00
![Matthias Wirth](/assets/img/avatar_default.png)
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
|