mirror of
				https://github.com/ossrs/srs.git
				synced 2025-03-09 15:49:59 +00:00 
			
		
		
		
	update conf for transcode.
This commit is contained in:
		
							parent
							
								
									0b9bbdbe74
								
							
						
					
					
						commit
						45724bfaec
					
				
					 3 changed files with 99 additions and 61 deletions
				
			
		| 
						 | 
				
			
			@ -15,7 +15,7 @@ ret=$?; if [[ 0 -ne $ret ]]; then
 | 
			
		|||
    exit $ret
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
files=`git status|egrep "(modified|new file)"|awk -F ':' '{print $2}'|awk '{print $1}'|egrep "(.hpp$|.cpp$|.cc$|.h$|.c$|.txt$|.sh$)"`;
 | 
			
		||||
files=`git status|egrep "(modified|new file)"|awk -F ':' '{print $2}'|awk '{print $1}'|egrep "(.hpp$|.cpp$|.cc$|.h$|.c$|.txt$|.sh|.conf$)"`;
 | 
			
		||||
for file in $files; do
 | 
			
		||||
    dos2unix $file;
 | 
			
		||||
    echo $file|grep ".sh$" >/dev/null 2>&1; EOF_SH=$?
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue