Update plex-v3.sh

This commit is contained in:
tteckster 2022-04-18 18:20:05 -04:00 committed by GitHub
parent 92ecf5a39d
commit ff86e9dc95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,13 +26,13 @@ while true; do
done done
clear clear
function header_info { function header_info {
echo -e "${BL} echo -e "${YW}
_ _ _ _ _____ _
| | ${YW}v3${CL}${BL} (_) | | | | | __ \| |
| |__ ___ _ __ ___ ___ __ _ ___ ___ _ ___| |_ __ _ _ __ | |_ | |__) | | _____ __
| _ \ / _ \| _ _ \ / _ \/ _ / __/ __| / __| __/ _ | _ \| __| | ___/| |/ _ \ \/ /
| | | | (_) | | | | | | __/ (_| \__ \__ \ \__ \ || (_| | | | | |_ | | | | __/> <
|_| |_|\___/|_| |_| |_|\___|\__,_|___/___/_|___/\__\__,_|_| |_|\__| |_| v3 |_|\___/_/\_\
${CL}" ${CL}"
} }