|  | @@ -25,7 +25,7 @@ done &&
 | 
		
	
		
			
			| 25 | 25 |  cp "${dir}/bash/sitegen.completion" /etc/bash_completion.d/sitegen &&
 | 
		
	
		
			
			| 26 | 26 |  
 | 
		
	
		
			
			| 27 | 27 |  a2disconf letsencrypt &&
 | 
		
	
		
			
			| 28 |  | -rm /etc/apache2/conf-available/sitegen.conf &&
 | 
		
	
		
			
			|  | 28 | +rm -f /etc/apache2/conf-available/sitegen.conf &&
 | 
		
	
		
			
			| 29 | 29 |  cp "${dir}/apache/sitegen.conf" /etc/apache2/conf-available/sitegen.conf &&
 | 
		
	
		
			
			| 30 | 30 |  a2enconf sitegen &&
 | 
		
	
		
			
			| 31 | 31 |  service apache2 reload &&
 |