Update S98datalink

Changed stop) echo to "Stopping FPV datalink services" instead of "stopping all services", since it doesn't actually stop _all_ services.
pull/1379/head
thegroove 2024-04-04 20:32:50 +02:00 committed by GitHub
parent 67e0cc1731
commit 4998b67808
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ case "$1" in
;; ;;
stop) stop)
echo "Stopping all services..." echo "Stopping FPV datalink services..."
killall -q wfb_tx killall -q wfb_tx
killall -q wfb_rx killall -q wfb_rx
killall -q telemetry_rx killall -q telemetry_rx