Merge pull request #3349 from Forceflow/development

Fix for pihole -w --nuke displaying help info even if command is exec…
This commit is contained in:
Adam Warner 2020-11-08 16:10:47 +00:00 committed by GitHub
commit 4abd8196ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -232,6 +232,7 @@ Displaylist() {
NukeList() {
sqlite3 "${gravityDBfile}" "DELETE FROM domainlist WHERE type = ${typeId};"
exit 0;
}
GetComment() {