Co-authored-by: Marius Hanl <66004280+Maran23@users.noreply.github.com>
This commit is contained in:
yubiuser 2022-04-03 13:49:43 +02:00 committed by GitHub
parent 722a716de3
commit 6121c162ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
pihole
View file

@ -496,7 +496,7 @@ if [[ $# = 0 ]]; then
helpFunc helpFunc
fi fi
# functions that do not requiere sudo power # functions that do not require sudo power
case "${1}" in case "${1}" in
"-h" | "help" | "--help" ) helpFunc;; "-h" | "help" | "--help" ) helpFunc;;
"-v" | "version" ) versionFunc "$@";; "-v" | "version" ) versionFunc "$@";;