Shellcheck OR validation

Signed off by WaLLy3K <wally3k@pi-hole.net>
pull/1729/head
WaLLy3K 7 years ago committed by GitHub
parent 67a5594909
commit bd33018660

@ -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…
Cancel
Save