mirror of
				https://github.com/samply/bridgehead.git
				synced 2025-11-04 10:40:18 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			155 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			155 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
for module in $PROJECT/modules/*.sh
 | 
						|
do
 | 
						|
    log DEBUG "sourcing $module"
 | 
						|
    source $module
 | 
						|
done
 | 
						|
PRIVATEKEYFILENAME=/etc/bridgehead/pki/${SITE_ID}.priv.pem
 |