mirror of
				https://github.com/pi-hole/pi-hole.git
				synced 2025-11-03 21:25:12 +01:00 
			
		
		
		
	Merge pull request #1687 from spacedingo/patch-2
Add ignore-case switch to sort (domains)
This commit is contained in:
		
						commit
						ca88c59d4e
					
				@ -296,7 +296,7 @@ gravity_unique() {
 | 
				
			|||||||
  local str="Removing duplicate domains"
 | 
					  local str="Removing duplicate domains"
 | 
				
			||||||
  echo -ne "  ${INFO} ${str}..."
 | 
					  echo -ne "  ${INFO} ${str}..."
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  sort -u  ${piholeDir}/${supernova} > ${piholeDir}/${preEventHorizon}
 | 
					  sort -u -f ${piholeDir}/${supernova} > ${piholeDir}/${preEventHorizon}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  echo -e "${OVER}  ${TICK} ${str}"
 | 
					  echo -e "${OVER}  ${TICK} ${str}"
 | 
				
			||||||
  numberOf=$(wc -l < ${piholeDir}/${preEventHorizon})
 | 
					  numberOf=$(wc -l < ${piholeDir}/${preEventHorizon})
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user