mirror of
				https://github.com/ossrs/srs.git
				synced 2025-03-09 15:49:59 +00:00 
			
		
		
		
	Merge branch '3.0release' into 4.0release
This commit is contained in:
		
						commit
						a060befebf
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -68,7 +68,7 @@ start() {
 | 
			
		|||
    ok_msg "Starting SRS..."
 | 
			
		||||
    
 | 
			
		||||
    # get log file
 | 
			
		||||
    log_file=`cd ${ROOT} && cat ${CONFIG} |grep '^log_file'| awk '{print $2}'| awk -F ';' '{print $1}'`
 | 
			
		||||
    log_file=`cd ${ROOT} && cat ${CONFIG} |grep '^srs_log_file'| awk '{print $2}'| awk -F ';' '{print $1}'`
 | 
			
		||||
    if [[ -z $log_file ]]; then log_file=${DEFAULT_LOG_FILE}; fi
 | 
			
		||||
    # get abs path
 | 
			
		||||
    log_dir=`dirname $log_file`
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue