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:
commit
4abd8196ae
@ -232,6 +232,7 @@ Displaylist() {
|
||||
|
||||
NukeList() {
|
||||
sqlite3 "${gravityDBfile}" "DELETE FROM domainlist WHERE type = ${typeId};"
|
||||
exit 0;
|
||||
}
|
||||
|
||||
GetComment() {
|
||||
|
Loading…
Reference in New Issue
Block a user