Check for local version and branches every 10 minutes, check for remote versions only once a day

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2017-12-09 19:00:46 +01:00
parent 6c9e7586d5
commit 05d015169c
3 changed files with 32 additions and 26 deletions

2
pihole
View File

@@ -658,6 +658,6 @@ case "${1}" in
"-t" | "tail" ) tailFunc;;
"checkout" ) piholeCheckoutFunc "$@";;
"tricorder" ) tricorderFunc;;
"updatechecker" ) updateCheckFunc;;
"updatechecker" ) updateCheckFunc "$@";;
* ) helpFunc;;
esac