'i' should start with 1
Since domain alias mode won't have the '_acme-challenge' prefix.pull/4297/head
							parent
							
								
									3fc3c02a4f
								
							
						
					
					
						commit
						b3df1a2bf8
					
				|  | @ -205,9 +205,7 @@ _get_base_domain() { | |||
|     fi | ||||
|     _debug2 domain_list "$domain_list" | ||||
| 
 | ||||
|     ## for each shortening of our $fulldomain, check if it exists in the $domain_list | ||||
|     ## can never start on 1 (aka whole $fulldomain) as $fulldomain starts with "_acme-challenge" | ||||
|     i=2 | ||||
|     i=1 | ||||
|     while [ $i -gt 0 ]; do | ||||
|       ## get next longest domain | ||||
|       _domain=$(printf "%s" "$fulldomain" | cut -d . -f "$i"-"$MAX_DOM") | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Shane Bishop
						Shane Bishop