Begin fixing exit values.

Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
This commit is contained in:
Dan Schaper 2016-12-01 12:21:08 -08:00
parent 1c64f1d0cf
commit 2ec4acfe52
No known key found for this signature in database
GPG key ID: 572E999E385B7BFC
4 changed files with 8 additions and 8 deletions

View file

@ -47,7 +47,7 @@ helpFunc() {
::: -h, --help Show this help dialog
::: -l, --list Display your ${word}listed domains
EOM
exit 1
exit 0
}
HandleOther(){