mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-22 05:40:10 +00:00
linter fix
This commit is contained in:
parent
e6b041c8f7
commit
fe5850bb2f
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
# If not, see <https://www.gnu.org/licenses/>.
|
# If not, see <https://www.gnu.org/licenses/>.
|
||||||
#---------------------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
trap "pkill -P $$ || true; s6wrap --quiet --timestamps --prepend=mlat-client --args echo 'service stopping'; exit 0" SIGTERM SIGINT SIGHUP SIGQUIT
|
trap 'pkill -P "$$" || true; s6wrap --quiet --timestamps --prepend=mlat-client --args echo "service stopping"; exit 0' SIGTERM SIGINT SIGHUP SIGQUIT
|
||||||
|
|
||||||
APPNAME="mlat-client"
|
APPNAME="mlat-client"
|
||||||
s6wrap=(s6wrap --quiet --timestamps --prepend="${APPNAME}")
|
s6wrap=(s6wrap --quiet --timestamps --prepend="${APPNAME}")
|
||||||
|
|
Loading…
Reference in a new issue