mirror of
				https://github.com/samply/bridgehead.git
				synced 2025-11-04 04:50:17 +01:00 
			
		
		
		
	Ask for correct SITE_NAME variable in error message.
This commit is contained in:
		@@ -46,7 +46,7 @@ source /etc/bridgehead/site.conf
 | 
			
		||||
# TODO: Check all required variables here in a generic loop
 | 
			
		||||
 | 
			
		||||
if [ -z "$SITE_NAME" ]; then
 | 
			
		||||
  log ERROR "Please set site_name."
 | 
			
		||||
  log ERROR "Please set SITE_NAME."
 | 
			
		||||
  exit 1
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user