mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 12:03:46 +00:00 
			
		
		
		
	setup-certbot: Require hostname and email.
The script already won't work without them; so if the user gets the invocation wrong, give a halfway-reasonable error rather than just crash into the ground.
This commit is contained in:
		| @@ -52,6 +52,10 @@ if [ -n "$show_help" ]; then | ||||
|     usage | ||||
| fi | ||||
|  | ||||
| if [ -z "$DOMAIN" -o -z "$EMAIL" ]; then | ||||
|     usage | ||||
| fi | ||||
|  | ||||
| case "$method" in | ||||
|     standalone) | ||||
|         method_args=(--standalone) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user