diff --git a/init.sh b/init.sh index 94531c3..17c1eb1 100755 --- a/init.sh +++ b/init.sh @@ -31,9 +31,9 @@ isQuestion() { echo -e -n "${BLUE}QUESTION:${NC} $1 "; } displayLibrePortalLogo() { echo " -____ ____ ____ _ _ ___ ____ ____ _ _ ____ ____ -|___ |__| [__ \_/ | \ | | | |_/ |___ |__/ -|___ | | ___] | |__/ |__| |___ | \_ |___ | \ " +╦ ┬┌┐ ┬─┐┌─┐ ╭─╮ ╔═╗┌─┐┬─┐┌┬┐┌─┐┬ +║ │├┴┐├┬┘├┤ │◉│ ╠═╝│ │├┬┘ │ ├─┤│ +╩═╝┴└─┘┴└─└─┘ ╰─╯ ╩ └─┘┴└─ ┴ ┴ ┴┴─┘" echo "" } diff --git a/scripts/source/files/generate_arrays.sh b/scripts/source/files/generate_arrays.sh index de820b9..7ef0e94 100755 --- a/scripts/source/files/generate_arrays.sh +++ b/scripts/source/files/generate_arrays.sh @@ -39,9 +39,9 @@ isHeader() { } echo " -____ ____ ____ _ _ ___ ____ ____ _ _ ____ ____ -|___ |__| [__ \_/ | \ | | | |_/ |___ |__/ -|___ | | ___] | |__/ |__| |___ | \_ |___ | \ " +╦ ┬┌┐ ┬─┐┌─┐ ╭─╮ ╔═╗┌─┐┬─┐┌┬┐┌─┐┬ +║ │├┴┐├┬┘├┤ │◉│ ╠═╝│ │├┬┘ │ ├─┤│ +╩═╝┴└─┘┴└─└─┘ ╰─╯ ╩ └─┘┴└─ ┴ ┴ ┴┴─┘" echo "" isHeader "Regenerating Array Files" diff --git a/start.sh b/start.sh index acd679e..02f084f 100755 --- a/start.sh +++ b/start.sh @@ -13,9 +13,9 @@ displayLibrePortalLogo() { [[ "$LIBREPORTAL_SKIP_LOGO" == "1" ]] && return echo " -____ ____ ____ _ _ ___ ____ ____ _ _ ____ ____ -|___ |__| [__ \_/ | \ | | | |_/ |___ |__/ -|___ | | ___] | |__/ |__| |___ | \_ |___ | \ " +╦ ┬┌┐ ┬─┐┌─┐ ╭─╮ ╔═╗┌─┐┬─┐┌┬┐┌─┐┬ +║ │├┴┐├┬┘├┤ │◉│ ╠═╝│ │├┬┘ │ ├─┤│ +╩═╝┴└─┘┴└─└─┘ ╰─╯ ╩ └─┘┴└─ ┴ ┴ ┴┴─┘" echo "" }