mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-10-31 10:27:22 +00:00 
			
		
		
		
	minor, use "echo" for more compatible
This commit is contained in:
		
							parent
							
								
									4c3b360886
								
							
						
					
					
						commit
						6dfaaa702c
					
				
							
								
								
									
										4
									
								
								le.sh
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								le.sh
									
									
									
									
									
								
							| @ -285,14 +285,14 @@ _setopt() { | |||||||
|       __val="$(echo $__val | sed 's/&/\\&/g')" |       __val="$(echo $__val | sed 's/&/\\&/g')" | ||||||
|     fi |     fi | ||||||
|     text="$(cat $__conf)" |     text="$(cat $__conf)" | ||||||
|     printf "$text" | sed "s|^$__opt$__sep.*$|$__opt$__sep$__val$__end|" > "$__conf" |     echo "$text" | sed "s|^$__opt$__sep.*$|$__opt$__sep$__val$__end|" > "$__conf" | ||||||
| 
 | 
 | ||||||
|   elif grep -H -n "^#$__opt$__sep" "$__conf" > /dev/null ; then |   elif grep -H -n "^#$__opt$__sep" "$__conf" > /dev/null ; then | ||||||
|     if [[ "$__val" == *"&"* ]] ; then |     if [[ "$__val" == *"&"* ]] ; then | ||||||
|       __val="$(echo $__val | sed 's/&/\\&/g')" |       __val="$(echo $__val | sed 's/&/\\&/g')" | ||||||
|     fi |     fi | ||||||
|     text="$(cat $__conf)" |     text="$(cat $__conf)" | ||||||
|     printf "$text" | sed "s|^#$__opt$__sep.*$|$__opt$__sep$__val$__end|" > "$__conf" |     echo "$text" | sed "s|^#$__opt$__sep.*$|$__opt$__sep$__val$__end|" > "$__conf" | ||||||
| 
 | 
 | ||||||
|   else |   else | ||||||
|     _debug APP |     _debug APP | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user