Remove unnecessary return

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
pull/4985/head
RD WebDesign 2 years ago
parent 8b98fd06ed
commit 090727b1d3
No known key found for this signature in database
GPG Key ID: AE3C7FC910687F33

@ -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…
Cancel
Save