mirror of https://github.com/OpenIPC/firmware.git
Update wifibroadcast
Changed stop msg to "Stopping Wifibroadcast services..." so we know where it's coming from.pull/1380/head
parent
a3a5ee963f
commit
e25b7ffac3
|
@ -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