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
function header_info {
echo -e "${RD}
__ __ _ _ ______
| \/ | | | (_) | ____|
| \ / | ___ | |_ _ ___ _ __ | |__ _ _ ___
| |\/| |/ _ \| __| |/ _ \| _ \| __|| | | |/ _ \
| | | | (_) | |_| | (_) | | | | |___| |_| | __/
|_| |_|\___/ \__|_|\___/|_| |_|______\__, |\___|
__/ |
|___/
__ __ ____ _______ _____ ____ _ _ ________ ________
| \/ |/ __ \__ __|_ _/ __ \| \ | | ____\ \ / / ____|
| \ / | | | | | | | || | | | \| | |__ \ \_/ /| |__
| |\/| | | | | | | | || | | | | __| \ / | __|
| | | | |__| | | | _| || |__| | |\ | |____ | | | |____
|_| |_|\____/ |_| |_____\____/|_| \_|______| |_| |______|
${CL}"
}