mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-11-04 04:17:40 +00:00 
			
		
		
		
	
						commit
						8acdf823a2
					
				
							
								
								
									
										4
									
								
								acme.sh
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								acme.sh
									
									
									
									
									
								
							@ -1610,14 +1610,14 @@ _setopt() {
 | 
				
			|||||||
      __val="$(echo "$__val" | sed 's/&/\\&/g')"
 | 
					      __val="$(echo "$__val" | sed 's/&/\\&/g')"
 | 
				
			||||||
    fi
 | 
					    fi
 | 
				
			||||||
    text="$(cat "$__conf")"
 | 
					    text="$(cat "$__conf")"
 | 
				
			||||||
    echo "$text" | sed "s|^$__opt$__sep.*$|$__opt$__sep$__val$__end|" >"$__conf"
 | 
					    printf -- "%s\n" "$text" | sed "s|^$__opt$__sep.*$|$__opt$__sep$__val$__end|" >"$__conf"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  elif grep -n "^#$__opt$__sep" "$__conf" >/dev/null; then
 | 
					  elif grep -n "^#$__opt$__sep" "$__conf" >/dev/null; then
 | 
				
			||||||
    if _contains "$__val" "&"; then
 | 
					    if _contains "$__val" "&"; then
 | 
				
			||||||
      __val="$(echo "$__val" | sed 's/&/\\&/g')"
 | 
					      __val="$(echo "$__val" | sed 's/&/\\&/g')"
 | 
				
			||||||
    fi
 | 
					    fi
 | 
				
			||||||
    text="$(cat "$__conf")"
 | 
					    text="$(cat "$__conf")"
 | 
				
			||||||
    echo "$text" | sed "s|^#$__opt$__sep.*$|$__opt$__sep$__val$__end|" >"$__conf"
 | 
					    printf -- "%s\n" "$text" | sed "s|^#$__opt$__sep.*$|$__opt$__sep$__val$__end|" >"$__conf"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  else
 | 
					  else
 | 
				
			||||||
    _debug3 APP
 | 
					    _debug3 APP
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user