mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	install: On --express, check up front for --hostname and --email.
This commit is contained in:
		@@ -72,6 +72,11 @@ if [ -n "$USE_CERTBOT" ] \
 | 
			
		||||
    usage
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
if [ -n "$EXPRESS_SETUP" ] \
 | 
			
		||||
       && { [ -z "$EXTERNAL_HOST" ] || [ -z "$ZULIP_ADMINISTRATOR" ]; }; then
 | 
			
		||||
    usage
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
# Do set -x after option parsing is complete
 | 
			
		||||
set -x
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user