mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-10-30 18:07:15 +00:00 
			
		
		
		
	In case /home/ivan/.le points to a symlink, it does not displays the contents with a simple 'ls'. Added a slash to force list the folder content.
This commit is contained in:
		
							parent
							
								
									62d491dea1
								
							
						
					
					
						commit
						bb4db3e974
					
				
							
								
								
									
										2
									
								
								le.sh
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								le.sh
									
									
									
									
									
								
							| @ -1097,7 +1097,7 @@ renewAll() { | |||||||
|   _initpath |   _initpath | ||||||
|   _info "renewAll" |   _info "renewAll" | ||||||
|    |    | ||||||
|   for d in $(ls -F $LE_WORKING_DIR | grep [^.].*[.].*/$ ) ; do |   for d in $(ls -F ${LE_WORKING_DIR}/ | grep [^.].*[.].*/$ ) ; do | ||||||
|     d=$(echo $d | cut -d '/' -f 1) |     d=$(echo $d | cut -d '/' -f 1) | ||||||
|     _info "renew $d" |     _info "renew $d" | ||||||
|      |      | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user