mirror of
				https://github.com/nextcloud/all-in-one.git
				synced 2025-10-31 11:07:11 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			155 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			155 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| # Adjust settings
 | |
| cat /etc/clamav/clamd.conf > /tmp/clamd.conf
 | |
| CLAMAV_FILE="$(sed "s|10G|$MAX_SIZE|" /clamav.conf)"
 | |
| echo "$CLAMAV_FILE" >> /tmp/clamd.conf
 |