mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-10-31 02:17:18 +00:00 
			
		
		
		
	minor, add more error message
This commit is contained in:
		
							parent
							
								
									7df062b7d7
								
							
						
					
					
						commit
						49d75a0cd4
					
				
							
								
								
									
										4
									
								
								acme.sh
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								acme.sh
									
									
									
									
									
								
							| @ -3121,6 +3121,10 @@ issue() { | |||||||
|     _usage "Usage: $PROJECT_ENTRY --issue  -d  a.com  -w /path/to/webroot/a.com/ " |     _usage "Usage: $PROJECT_ENTRY --issue  -d  a.com  -w /path/to/webroot/a.com/ " | ||||||
|     return 1 |     return 1 | ||||||
|   fi |   fi | ||||||
|  |   if [ -z "$1" ]; then | ||||||
|  |     _usage "Please specify at least one validation method: '--webroot', '--standalone', '--apache', '--nginx' or '--dns' etc." | ||||||
|  |     return 1 | ||||||
|  |   fi | ||||||
|   _web_roots="$1" |   _web_roots="$1" | ||||||
|   _main_domain="$2" |   _main_domain="$2" | ||||||
|   _alt_domains="$3" |   _alt_domains="$3" | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user