fix(rcS): silence VTX_SER_CFG on boot (#26914)

This commit is contained in:
Nick 2026-03-31 20:11:36 +02:00 committed by GitHub
parent eb029e6920
commit 1856933bac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -633,7 +633,7 @@ else
#
# Start the VTX services.
#
if ! param compare VTX_SER_CFG 0
if ! param compare -s VTX_SER_CFG 0
then
set RC_VTXTABLE ${R}etc/init.d/rc.vtxtable
if [ -f ${RC_VTXTABLE} ]