mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Shellcheck OR validation
Signed off by WaLLy3K <wally3k@pi-hole.net>
This commit is contained in:
parent
67a5594909
commit
bd33018660
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ Options:
|
|||
}
|
||||
|
||||
SetAdminEmail() {
|
||||
if [[ "${1}" == "-h" || "${1}" == "--help" ]]; then
|
||||
if [[ "${1}" == "-h" ]] || [[ "${1}" == "--help" ]]; then
|
||||
echo "Usage: pihole -a email <address>
|
||||
Example: 'pihole -a email admin@address.com'
|
||||
Set an administrative contact address for the Block Page
|
||||
|
|
Loading…
Reference in a new issue