mirror of
				https://github.com/alsa-project/alsa-tools.git
				synced 2025-11-03 09:01:51 -05:00 
			
		
		
		
	- fixed the path of us428control.
- check the existence of us428control.
This commit is contained in:
		
							parent
							
								
									97c544fe65
								
							
						
					
					
						commit
						ae6ba4c872
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
					@ -10,7 +10,9 @@ if [ -x /usr/bin/logger ]; then
 | 
				
			||||||
	/usr/bin/logger -t $0 "calling $LOADER for $DEVICE"
 | 
						/usr/bin/logger -t $0 "calling $LOADER for $DEVICE"
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
$LOADER
 | 
					$LOADER
 | 
				
			||||||
@bin@/us428control &
 | 
					if [ -x @bindir@/us428control ]; then
 | 
				
			||||||
 | 
						@bindir@/us428control &
 | 
				
			||||||
 | 
					fi
 | 
				
			||||||
if [ -x /usr/bin/logger ]; then
 | 
					if [ -x /usr/bin/logger ]; then
 | 
				
			||||||
	/usr/bin/logger -t $0 "leaving"
 | 
						/usr/bin/logger -t $0 "leaving"
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue