mirror of https://github.com/OpenIPC/firmware.git
Create S75generate_vtx_info
parent
139b54f73f
commit
ea926eac7a
|
@ -0,0 +1,16 @@
|
|||
#!/bin/sh
|
||||
|
||||
case "$1" in
|
||||
start)
|
||||
echo "Generating or updating /etc/vtx_info.yaml..."
|
||||
generate_vtx_info.sh
|
||||
;;
|
||||
|
||||
stop)
|
||||
echo "Generating or updating /etc/vtx_info.yaml only done when starting..."
|
||||
;;
|
||||
*)
|
||||
echo "Usage: $0 {start|stop}"
|
||||
exit 1
|
||||
;;
|
||||
esac
|
Loading…
Reference in New Issue