Pass only the correct argument

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
pull/5035/head
RD WebDesign 2 years ago
parent 983d79b3e6
commit f3c27f706f
No known key found for this signature in database
GPG Key ID: AE3C7FC910687F33

@ -425,7 +425,7 @@ tricorderFunc() {
} }
updateCheckFunc() { updateCheckFunc() {
"${PI_HOLE_SCRIPT_DIR}"/updatecheck.sh "$@" "${PI_HOLE_SCRIPT_DIR}"/updatecheck.sh "$1"
exit 0 exit 0
} }
@ -553,7 +553,7 @@ case "${1}" in
"restartdns" ) restartDNS "$2";; "restartdns" ) restartDNS "$2";;
"-a" | "admin" ) webpageFunc "$@";; "-a" | "admin" ) webpageFunc "$@";;
"checkout" ) piholeCheckoutFunc "$@";; "checkout" ) piholeCheckoutFunc "$@";;
"updatechecker" ) updateCheckFunc "$@";; "updatechecker" ) updateCheckFunc "$2";;
"arpflush" ) arpFunc "$@";; "arpflush" ) arpFunc "$@";;
"-t" | "tail" ) tailFunc "$2";; "-t" | "tail" ) tailFunc "$2";;
esac esac

Loading…
Cancel
Save