mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Remove unnecessary return
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
parent
8b98fd06ed
commit
090727b1d3
1 changed files with 0 additions and 1 deletions
|
@ -739,7 +739,6 @@ gravity_ParseFileIntoDomains() {
|
|||
sed -r 's/^.*\s+//g' | \
|
||||
sed -r '/([^\.]+\.)+[^\.]{2,}/!d' > "${destination}"
|
||||
chmod 644 "${destination}"
|
||||
return 0
|
||||
}
|
||||
|
||||
# Report number of entries in a table
|
||||
|
|
Loading…
Reference in a new issue