mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-11-03 20:07:43 +00:00 
			
		
		
		
	fix 'sed -i' permissions on PVE
This commit is contained in:
		
							parent
							
								
									07af42476d
								
							
						
					
					
						commit
						20ea859183
					
				
							
								
								
									
										3
									
								
								acme.sh
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								acme.sh
									
									
									
									
									
								
							@ -1324,7 +1324,8 @@ _clear_conf() {
 | 
				
			|||||||
  _c_c_f="$1"
 | 
					  _c_c_f="$1"
 | 
				
			||||||
  _sdkey="$2"
 | 
					  _sdkey="$2"
 | 
				
			||||||
  if [ "$_c_c_f" ]; then
 | 
					  if [ "$_c_c_f" ]; then
 | 
				
			||||||
    _sed_i "s/^$_sdkey.*$//" "$_c_c_f"
 | 
					    _conf_data="$(cat "$_c_c_f")"
 | 
				
			||||||
 | 
					    echo "$_conf_data" | sed "s/^$_sdkey *=.*$//" > "$_c_c_f"
 | 
				
			||||||
  else
 | 
					  else
 | 
				
			||||||
    _err "config file is empty, can not clear"
 | 
					    _err "config file is empty, can not clear"
 | 
				
			||||||
  fi
 | 
					  fi
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user