Merge pull request #3349 from Forceflow/development

Fix for pihole -w --nuke displaying help info even if command is exec…
pull/3843/head
Adam Warner 4 years ago committed by GitHub
commit 4abd8196ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save