|  | @@ -1,16 +1,18 @@
 | 
	
		
			
				|  |  | -echo '############ New Begin of DailyBuild-41A ############' >> ~/crontask/LOG_crontask.log
 | 
	
		
			
				|  |  | +echo '############ New Begin of DailyBuild-41A ############' >> ~/crontask/log/crontask.log
 | 
	
		
			
				|  |  |  var=`date '+%Y-%m-%d %H:%M:%S'`
 | 
	
		
			
				|  |  | -echo $var >> ~/crontask/LOG_crontask.log
 | 
	
		
			
				|  |  | -~/crontask/dailybuild_rt2841A.sh true > ~/crontask/LOG_dailybuild_rt2841A.log
 | 
	
		
			
				|  |  | +echo $var >> ~/crontask/log/crontask.log
 | 
	
		
			
				|  |  | +~/crontask/dailybuild_rt2841A.sh true > ~/crontask/log/dailybuild_rt2841A_`date '+%Y%m%d%H%M%S'`.log
 | 
	
		
			
				|  |  |  var=`date '+%Y-%m-%d %H:%M:%S'`
 | 
	
		
			
				|  |  | -echo $var >> ~/crontask/LOG_crontask.log
 | 
	
		
			
				|  |  | -echo '############ done-41A ############' >> ~/crontask/LOG_crontask.log
 | 
	
		
			
				|  |  | +echo $var >> ~/crontask/log/crontask.log
 | 
	
		
			
				|  |  | +echo '############ done-41A ############' >> ~/crontask/log/crontask.log
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -echo '############ New Begin of DailyBuild-51M ############' >> ~/crontask/LOG_crontask.log
 | 
	
		
			
				|  |  | +sleep 15m
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +echo '############ New Begin of DailyBuild-51M ############' >> ~/crontask/log/crontask.log
 | 
	
		
			
				|  |  |  var=`date '+%Y-%m-%d %H:%M:%S'`
 | 
	
		
			
				|  |  | -echo $var >> ~/crontask/LOG_crontask.log
 | 
	
		
			
				|  |  | -~/crontask/dailybuild_rt2851M.sh true > ~/crontask/LOG_dailybuild_rt2851M.log
 | 
	
		
			
				|  |  | +echo $var >> ~/crontask/log/crontask.log
 | 
	
		
			
				|  |  | +~/crontask/dailybuild_rt2851M.sh true > ~/crontask/log/dailybuild_rt2851M_`date '+%Y%m%d%H%M%S'`.log
 | 
	
		
			
				|  |  |  var=`date '+%Y-%m-%d %H:%M:%S'`
 | 
	
		
			
				|  |  | -echo $var >> ~/crontask/LOG_crontask.log
 | 
	
		
			
				|  |  | -echo '############ done-51M ############' >> ~/crontask/LOG_crontask.log
 | 
	
		
			
				|  |  | +echo $var >> ~/crontask/log/crontask.log
 | 
	
		
			
				|  |  | +echo '############ done-51M ############' >> ~/crontask/log/crontask.log
 | 
	
		
			
				|  |  |  
 |