mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			93 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			93 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/usr/bin/env sh
 | 
						|
 | 
						|
DIR=`dirname "$0"`
 | 
						|
export NODE_TLS_REJECT_UNAUTHORIZED=0
 | 
						|
 | 
						|
"$DIR/trilium"
 | 
						|
 |