mirror of https://github.com/OpenIPC/firmware.git
Delete general/package/wifibroadcast-ext/files/S75generate_vtx_info
parent
9c61d02290
commit
24c37969a4
general/package/wifibroadcast-ext/files
|
@ -1,17 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
case "$1" in
|
|
||||||
start)
|
|
||||||
echo "Generating or updating /etc/vtx_info.yaml..."
|
|
||||||
generate_vtx_info
|
|
||||||
;;
|
|
||||||
|
|
||||||
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