Skip to content

Commit

Permalink
Merge pull request #3349 from Forceflow/development
Browse files Browse the repository at this point in the history
Fix for pihole -w --nuke displaying help info even if command is exec…
  • Loading branch information
PromoFaux committed Nov 8, 2020
2 parents 89d94ac + 4cf241b commit 4abd819
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions advanced/Scripts/list.sh
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ Displaylist() {

NukeList() {
sqlite3 "${gravityDBfile}" "DELETE FROM domainlist WHERE type = ${typeId};"
exit 0;
}

GetComment() {
Expand Down

0 comments on commit 4abd819

Please sign in to comment.