mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 19:17:11 -05:00 
			
		
		
		
	
							parent
							
								
									2e56e777ce
								
							
						
					
					
						commit
						11de526bcf
					
				@ -1,5 +1,8 @@
 | 
				
			|||||||
#!/usr/bin/env bash
 | 
					#!/usr/bin/env bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					lib_path="/usr/lib/$(arch)-linux-gnu/libmimalloc.so.2"
 | 
				
			||||||
 | 
					export LD_PRELOAD="$lib_path"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
read_file_and_export() {
 | 
					read_file_and_export() {
 | 
				
			||||||
	if [ -n "${!1}" ]; then
 | 
						if [ -n "${!1}" ]; then
 | 
				
			||||||
		content="$(cat "${!1}")"
 | 
							content="$(cat "${!1}")"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user