mirror of
				https://github.com/Telecominfraproject/wlan-ap.git
				synced 2025-11-03 20:07:59 +00:00 
			
		
		
		
	Remove extra lines (for logging) from 99-mtk-sr-scene-cond
Signed-off-by: Tanya Singh <tanya_singh@accton.com>
This commit is contained in:
		@@ -34,13 +34,11 @@ case "$board" in
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        if [ -f "$phy0_file" ]; then
 | 
					        if [ -f "$phy0_file" ]; then
 | 
				
			||||||
            check_phy0=$(cat $phy0_file)
 | 
					            check_phy0=$(cat $phy0_file)
 | 
				
			||||||
            echo "check_phy0 = $check_phy0"
 | 
					 | 
				
			||||||
            [ "$check_phy0" == 0 ] && echo 1 > $phy0_file
 | 
					            [ "$check_phy0" == 0 ] && echo 1 > $phy0_file
 | 
				
			||||||
        fi
 | 
					        fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if [ -f "$phy1_file" ]; then
 | 
					        if [ -f "$phy1_file" ]; then
 | 
				
			||||||
            check_phy1=$(cat $phy1_file)
 | 
					            check_phy1=$(cat $phy1_file)
 | 
				
			||||||
            echo "check_phy1 = $check_phy1"
 | 
					 | 
				
			||||||
            [ "$check_phy1" == 0 ] && echo 1 > $phy1_file
 | 
					            [ "$check_phy1" == 0 ] && echo 1 > $phy1_file
 | 
				
			||||||
        fi
 | 
					        fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user