| 
				
			 | 
			
			
				@@ -181,6 +181,7 @@ function matrix_configure_homeserver_yaml { 
			 | 
		
	
		
			
			| 
				181
			 | 
			
				181
			 | 
			
			
				     sed -i "s|database: \".*|database: \"${MATRIX_DATA_DIR}/homeserver.db\"|g" "${filepath}" 
			 | 
		
	
		
			
			| 
				182
			 | 
			
				182
			 | 
			
			
				     sed -i "s|media_store_path:.*|media_store_path: \"${MATRIX_DATA_DIR}/media_store\"|g" "${filepath}" 
			 | 
		
	
		
			
			| 
				183
			 | 
			
				183
			 | 
			
			
				     sed -i "s|pid_file:.*|pid_file: \"${MATRIX_DATA_DIR}/homeserver.pid\"|g" "${filepath}" 
			 | 
		
	
		
			
			| 
				
			 | 
			
				184
			 | 
			
			
				+    sed -i "s|log_file:.*|log_file: \"/dev/null\"|g" "${filepath}" 
			 | 
		
	
		
			
			| 
				184
			 | 
			
				185
			 | 
			
			
				 } 
			 | 
		
	
		
			
			| 
				185
			 | 
			
				186
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				186
			 | 
			
				187
			 | 
			
			
				 function matrix_diff { 
			 |