소스 검색
				
				Ensure that bash is used with the tox users script
				
			 
			
				
					
						
							
							Bob Mottram
						
						9 년 전
					 
					
				 
			 
			
				
					
					  
					  No account linked to committer's email
					
				
			
		
		
	
	
		
			
				
				
					
						
						
							
								
									
										
											
	
		
			
			| 
				
			 | 
			
			
				@@ -760,7 +760,7 @@ fi 
			 | 
		
	
		
			
			| 
				760
			 | 
			
				760
			 | 
			
			
				 EOF 
			 | 
		
	
		
			
			| 
				761
			 | 
			
				761
			 | 
			
			
				     chroot "$rootdir" chown $MY_USERNAME:$MY_USERNAME /usr/bin/list-tox-users 
			 | 
		
	
		
			
			| 
				762
			 | 
			
				762
			 | 
			
			
				     chroot "$rootdir" chmod +x /usr/bin/list-tox-users 
			 | 
		
	
		
			
			| 
				763
			 | 
			
				
			 | 
			
			
				-    echo "* *       * * *   $MY_USERNAME    /usr/bin/list-tox-users > /dev/null" >> $rootdir/etc/crontab 
			 | 
		
	
		
			
			| 
				
			 | 
			
				763
			 | 
			
			
				+    echo "* *       * * *   $MY_USERNAME    bash -c /usr/bin/list-tox-users > /dev/null" >> $rootdir/etc/crontab 
			 | 
		
	
		
			
			| 
				764
			 | 
			
				764
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				765
			 | 
			
				765
			 | 
			
			
				     if [[ $VARIANT != "usb" ]]; then 
			 | 
		
	
		
			
			| 
				766
			 | 
			
				766
			 | 
			
			
				         # log in automatically 
			 |