Delete general/package/wifibroadcast-ext/files/S75generate_vtx_info

pull/1787/head
snokvist 2025-04-06 19:13:29 +02:00 committed by GitHub
parent 9c61d02290
commit 24c37969a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 17 deletions

View File

@ -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