mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-10-31 02:17:18 +00:00 
			
		
		
		
	This commit is contained in:
		
							parent
							
								
									03f8d6e946
								
							
						
					
					
						commit
						5d943a35f8
					
				
							
								
								
									
										10
									
								
								acme.sh
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								acme.sh
									
									
									
									
									
								
							| @ -2442,14 +2442,14 @@ _isRealNginxConf() { | |||||||
| 
 | 
 | ||||||
| #restore all the nginx conf | #restore all the nginx conf | ||||||
| _restoreNginx() { | _restoreNginx() { | ||||||
|   if [ -z "$NGINX_VLIST" ]; then |   if [ -z "$NGINX_RESTORE_VLIST" ]; then | ||||||
|     _debug "No need to restore nginx, skip." |     _debug "No need to restore nginx, skip." | ||||||
|     return |     return | ||||||
|   fi |   fi | ||||||
|   _debug "_restoreNginx" |   _debug "_restoreNginx" | ||||||
|   _debug "NGINX_VLIST" "$NGINX_VLIST" |   _debug "NGINX_RESTORE_VLIST" "$NGINX_RESTORE_VLIST" | ||||||
| 
 | 
 | ||||||
|   for ng_entry in $(echo "$NGINX_VLIST" | tr "$dvsep" ' '); do |   for ng_entry in $(echo "$NGINX_RESTORE_VLIST" | tr "$dvsep" ' '); do | ||||||
|     _debug "ng_entry" "$ng_entry" |     _debug "ng_entry" "$ng_entry" | ||||||
|     _nd=$(echo "$ng_entry" | cut -d "$sep" -f 1) |     _nd=$(echo "$ng_entry" | cut -d "$sep" -f 1) | ||||||
|     _ngconf=$(echo "$ng_entry" | cut -d "$sep" -f 2) |     _ngconf=$(echo "$ng_entry" | cut -d "$sep" -f 2) | ||||||
| @ -3162,7 +3162,7 @@ issue() { | |||||||
|     _sleep "$Le_DNSSleep" |     _sleep "$Le_DNSSleep" | ||||||
|   fi |   fi | ||||||
| 
 | 
 | ||||||
|   NGINX_VLIST="" |   NGINX_RESTORE_VLIST="" | ||||||
|   _debug "ok, let's start to verify" |   _debug "ok, let's start to verify" | ||||||
| 
 | 
 | ||||||
|   _ncIndex=1 |   _ncIndex=1 | ||||||
| @ -3220,7 +3220,7 @@ issue() { | |||||||
|           _realConf="$FOUND_REAL_NGINX_CONF" |           _realConf="$FOUND_REAL_NGINX_CONF" | ||||||
|           _backup="$BACKUP_NGINX_CONF" |           _backup="$BACKUP_NGINX_CONF" | ||||||
|           _debug _realConf "$_realConf" |           _debug _realConf "$_realConf" | ||||||
|           NGINX_VLIST="$NGINX_VLIST$d$sep$_realConf$sep$_backup$dvsep" |           NGINX_RESTORE_VLIST="$d$sep$_realConf$sep$_backup$dvsep$NGINX_RESTORE_VLIST" | ||||||
|         fi |         fi | ||||||
|         _sleep 1 |         _sleep 1 | ||||||
|       else |       else | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user