feat(branding): replace EasyDocker ASCII logo with LibrePortal wordmark
The startup banner (displayLibrePortalLogo in init.sh/start.sh and the generate_arrays.sh splash) still rendered the old "EASY DOCKER" figlet art. Swap it for a LibrePortal wordmark — Calvin S mixed-case "Libre"/"Portal" with a small framed portal glyph between the two words. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Signed-off-by: librelad <librelad@digitalangels.vip>
This commit is contained in:
parent
d5fe1bc56b
commit
e2d9e701b9
6
init.sh
6
init.sh
@ -31,9 +31,9 @@ isQuestion() { echo -e -n "${BLUE}QUESTION:${NC} $1 "; }
|
||||
|
||||
displayLibrePortalLogo() {
|
||||
echo "
|
||||
____ ____ ____ _ _ ___ ____ ____ _ _ ____ ____
|
||||
|___ |__| [__ \_/ | \ | | | |_/ |___ |__/
|
||||
|___ | | ___] | |__/ |__| |___ | \_ |___ | \ "
|
||||
╦ ┬┌┐ ┬─┐┌─┐ ╭─╮ ╔═╗┌─┐┬─┐┌┬┐┌─┐┬
|
||||
║ │├┴┐├┬┘├┤ │◉│ ╠═╝│ │├┬┘ │ ├─┤│
|
||||
╩═╝┴└─┘┴└─└─┘ ╰─╯ ╩ └─┘┴└─ ┴ ┴ ┴┴─┘"
|
||||
echo ""
|
||||
}
|
||||
|
||||
|
||||
@ -39,9 +39,9 @@ isHeader() {
|
||||
}
|
||||
|
||||
echo "
|
||||
____ ____ ____ _ _ ___ ____ ____ _ _ ____ ____
|
||||
|___ |__| [__ \_/ | \ | | | |_/ |___ |__/
|
||||
|___ | | ___] | |__/ |__| |___ | \_ |___ | \ "
|
||||
╦ ┬┌┐ ┬─┐┌─┐ ╭─╮ ╔═╗┌─┐┬─┐┌┬┐┌─┐┬
|
||||
║ │├┴┐├┬┘├┤ │◉│ ╠═╝│ │├┬┘ │ ├─┤│
|
||||
╩═╝┴└─┘┴└─└─┘ ╰─╯ ╩ └─┘┴└─ ┴ ┴ ┴┴─┘"
|
||||
echo ""
|
||||
|
||||
isHeader "Regenerating Array Files"
|
||||
|
||||
6
start.sh
6
start.sh
@ -13,9 +13,9 @@ displayLibrePortalLogo()
|
||||
{
|
||||
[[ "$LIBREPORTAL_SKIP_LOGO" == "1" ]] && return
|
||||
echo "
|
||||
____ ____ ____ _ _ ___ ____ ____ _ _ ____ ____
|
||||
|___ |__| [__ \_/ | \ | | | |_/ |___ |__/
|
||||
|___ | | ___] | |__/ |__| |___ | \_ |___ | \ "
|
||||
╦ ┬┌┐ ┬─┐┌─┐ ╭─╮ ╔═╗┌─┐┬─┐┌┬┐┌─┐┬
|
||||
║ │├┴┐├┬┘├┤ │◉│ ╠═╝│ │├┬┘ │ ├─┤│
|
||||
╩═╝┴└─┘┴└─└─┘ ╰─╯ ╩ └─┘┴└─ ┴ ┴ ┴┴─┘"
|
||||
echo ""
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user