From 4998b67808fd67d2543b8c6e750c908b80e3d724 Mon Sep 17 00:00:00 2001 From: thegroove <535855+thegroove@users.noreply.github.com> Date: Thu, 4 Apr 2024 20:32:50 +0200 Subject: [PATCH] Update S98datalink Changed stop) echo to "Stopping FPV datalink services" instead of "stopping all services", since it doesn't actually stop _all_ services. --- general/package/datalink/files/S98datalink | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general/package/datalink/files/S98datalink b/general/package/datalink/files/S98datalink index f2082801..60672470 100755 --- a/general/package/datalink/files/S98datalink +++ b/general/package/datalink/files/S98datalink @@ -47,7 +47,7 @@ case "$1" in ;; stop) - echo "Stopping all services..." + echo "Stopping FPV datalink services..." killall -q wfb_tx killall -q wfb_rx killall -q telemetry_rx