fix script condition.

pull/1473/head
Willerson Stockler 2024-06-18 17:22:05 -03:00
parent 1981a6a2c0
commit 2ab9ada56e
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ insmod gm2d.ko
#insmod flcd200-pip.ko output_type=0 fb0_fb1_share=1 # CVBS display
# check if /dev/sar_adc_drv exists, if not, load sar_adc module
if [ ! -f /dev/sar_adc_drv ]; then
if ! test -e /dev/sar_adc_drv ; then
insmod sar_adc.ko run_mode=4 #run_mode=4 is for CVBS out
fi