mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +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:
commit
4abd8196ae
1 changed files with 1 additions and 0 deletions
|
@ -232,6 +232,7 @@ Displaylist() {
|
|||
|
||||
NukeList() {
|
||||
sqlite3 "${gravityDBfile}" "DELETE FROM domainlist WHERE type = ${typeId};"
|
||||
exit 0;
|
||||
}
|
||||
|
||||
GetComment() {
|
||||
|
|
Loading…
Reference in a new issue