mirror of https://github.com/OpenIPC/firmware.git
Change S98Datalink and wifibroadcast stop messages (#1380)
parent
75a87535be
commit
fc4cc42df5
|
@ -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
|
||||
|
|
|
@ -144,7 +144,7 @@ case "$1" in
|
|||
;;
|
||||
|
||||
stop)
|
||||
echo "Stopping all services..."
|
||||
echo "Stopping Wifibroadcast services..."
|
||||
killall -q wfb_tx
|
||||
killall -q wfb_rx
|
||||
killall -q telemetry_rx
|
||||
|
|
Loading…
Reference in New Issue