From a3a5ee963fbc5db33ea19d61c22bc28fcc815900 Mon Sep 17 00:00:00 2001 From: thegroove <535855+thegroove@users.noreply.github.com> Date: Thu, 4 Apr 2024 21:23:58 +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