Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Schaper <dan.schaper@pi-hole.net>2016-12-02 02:10:06 +0300
committerDan Schaper <dan.schaper@pi-hole.net>2016-12-02 02:10:06 +0300
commit925c80edd45e962cc824b48693603075e62fa7eb (patch)
tree584b6fdc168c42e6dded57002a455eaccd00a7e9 /advanced/Scripts/version.sh
parentcb52ad3ba307fc2eb4a303052e3ce72af32eff8b (diff)
Catch more 1's
Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
Diffstat (limited to 'advanced/Scripts/version.sh')
-rw-r--r--advanced/Scripts/version.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/advanced/Scripts/version.sh b/advanced/Scripts/version.sh
index fc74f8a0..42bd96ce 100644
--- a/advanced/Scripts/version.sh
+++ b/advanced/Scripts/version.sh
@@ -86,7 +86,7 @@ helpFunc() {
::: -h, --help Show this help dialog
:::
EOM
- exit 1
+ exit 0
}
if [[ $# = 0 ]]; then