From 219226c2eaa57c7d2e4133c74b45d82f8ee50982 Mon Sep 17 00:00:00 2001 From: Alfonso Gamboa Date: Tue, 24 May 2022 22:36:01 -0700 Subject: [PATCH] fix spacing issue 3 --- SD_ROOT/wz_mini/etc/init.d/v3_post.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SD_ROOT/wz_mini/etc/init.d/v3_post.sh b/SD_ROOT/wz_mini/etc/init.d/v3_post.sh index 200998c..57c410d 100755 --- a/SD_ROOT/wz_mini/etc/init.d/v3_post.sh +++ b/SD_ROOT/wz_mini/etc/init.d/v3_post.sh @@ -28,7 +28,7 @@ fi if [[ "$RTSP_HI_RES_ENABLED" == "true" ]] || [[ "$RTSP_LOW_RES_ENABLED" == "true" ]] && ! [[ -e /tmp/dbgflag ]]; then if [[ "$RTSP_LOW_RES_ENABLED" == "true" ]] && [[ "$RTSP_HI_RES_ENABLED" == "true" ]]; then - if [[ "$V2" == "true"]]; then + if [[ "$V2" == "true" ]]; then echo "load video loopback driver at video6 video7" insmod /opt/wz_mini/lib/modules/3.10.14_v2/kernel/v4l2loopback_V2.ko video_nr=6,7 else