Merge pull request #952 from pi-hole/fix/exit_codes

Fix/exit codes
This commit is contained in:
Mcat12
2016-12-01 18:24:30 -05:00
committed by GitHub
6 changed files with 6 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ helpFunc() {
::: -f, --force Force lists to be downloaded, even if they don't need updating.
::: -h, --help Show this help dialog
EOM
exit 1
exit 0
}