mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-10-31 18:37:30 +00:00 
			
		
		
		
	minor, install without dnsapi
This commit is contained in:
		
							parent
							
								
									8f7ad693a8
								
							
						
					
					
						commit
						6ed1c718b9
					
				
							
								
								
									
										6
									
								
								acme.sh
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								acme.sh
									
									
									
									
									
								
							| @ -1825,8 +1825,10 @@ install() { | |||||||
|     _info "No profile is found, you will need to go into $LE_WORKING_DIR to use $PROJECT_NAME" |     _info "No profile is found, you will need to go into $LE_WORKING_DIR to use $PROJECT_NAME" | ||||||
|   fi |   fi | ||||||
| 
 | 
 | ||||||
|   mkdir -p $LE_WORKING_DIR/dnsapi |   if [[ -d "dnsapi" ]] ; then | ||||||
|   cp  dnsapi/* $LE_WORKING_DIR/dnsapi/ |     mkdir -p $LE_WORKING_DIR/dnsapi | ||||||
|  |     cp  dnsapi/* $LE_WORKING_DIR/dnsapi/ | ||||||
|  |   fi | ||||||
|    |    | ||||||
|   #to keep compatible mv the .acc file to .key file  |   #to keep compatible mv the .acc file to .key file  | ||||||
|   if [[ -f "$LE_WORKING_DIR/account.acc" ]] ; then |   if [[ -f "$LE_WORKING_DIR/account.acc" ]] ; then | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user