mirror of https://github.com/OpenIPC/firmware.git
Update S98datalink
Changed stop) echo to "Stopping FPV datalink services" instead of "stopping all services", since it doesn't actually stop _all_ services.pull/1380/head
parent
dc8adb9343
commit
a3a5ee963f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue