1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-12-21 22:38:08 +00:00

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() {