Skip to content

Commit 4abd819

Browse files
authored
Merge pull request #3349 from Forceflow/development
Fix for pihole -w --nuke displaying help info even if command is exec…
2 parents 89d94ac + 4cf241b commit 4abd819

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

advanced/Scripts/list.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ Displaylist() {
232232

233233
NukeList() {
234234
sqlite3 "${gravityDBfile}" "DELETE FROM domainlist WHERE type = ${typeId};"
235+
exit 0;
235236
}
236237

237238
GetComment() {

0 commit comments

Comments
 (0)