1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-12-22 06:48:07 +00:00

Removing unnecessary commas

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
RD WebDesign 2023-03-21 12:27:20 -03:00
parent 20f8c6af3c
commit 6b919f3a2e
No known key found for this signature in database
GPG Key ID: AE3C7FC910687F33

View File

@ -107,7 +107,7 @@ scanDatabaseTable() {
# behavior. The "ESCAPE '\'" clause specifies that an underscore preceded by an '\' should be matched
# as a literal underscore character. We pretreat the $domain variable accordingly to escape underscores.
if [[ "${table}" == "gravity" ]]; then
local abpquerystr, abpfound, abpentry, searchstr
local abpquerystr abpfound abpentry searchstr
# Are there ABP entries on gravity?
# Return 1 if abp_domain=1 or Zero if abp_domain=0 or not set