Update pihole.sh

pull/84/head
tteckster 2022-03-08 19:12:49 -05:00 committed by GitHub
parent 80905de0b1
commit 409c9aabd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -18,12 +18,12 @@ done
clear clear
function header_info { function header_info {
echo -e "${RD} echo -e "${RD}
_____ _ _ _ _____ _____ _ _ ____ _ ______
| __ (_) | | | | | __ \_ _| | | |/ __ \| | | ____|
| |__) | ______| |__ ___ | | ___ | |__) || | | |__| | | | | | | |__
| ___/ |______| _ \ / _ \| |/ _ \ | ___/ | | | __ | | | | | | __|
| | | | | | | | (_) | | __/ | | _| |_| | | | |__| | |____| |____
|_| |_| |_| |_|\___/|_|\___| |_| |_____|_| |_|\____/|______|______|
${CL}" ${CL}"
} }