Update motioneye.sh

This commit is contained in:
tteckster 2022-03-08 16:42:11 -05:00 committed by GitHub
parent 93008f3bb0
commit 22471edc58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 8 deletions

View File

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