mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-10-31 02:17:18 +00:00 
			
		
		
		
	fix httpdconfname to be the basename
This commit is contained in:
		
							parent
							
								
									d62ee94019
								
							
						
					
					
						commit
						c456d9543f
					
				
							
								
								
									
										1
									
								
								le.sh
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								le.sh
									
									
									
									
									
								
							| @ -726,6 +726,7 @@ _apachePath() { | ||||
|   httpdconfname="$(apachectl -V | grep SERVER_CONFIG_FILE= | cut -d = -f 2 | tr -d '"' )" | ||||
|   if [[ "$httpdconfname" == '/'* ]] ; then | ||||
|     httpdconf="$httpdconfname" | ||||
|     httpdconfname="$(basename $httpdconfname)" | ||||
|   else | ||||
|     httpdroot="$(apachectl -V | grep HTTPD_ROOT= | cut -d = -f 2 | tr -d '"' )" | ||||
|     httpdconf="$httpdroot/$httpdconfname" | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user