diff --git a/init.sh b/init.sh index 17c1eb1..bdf6a26 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 7ef0e94..df2e503 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 02f084f..a108d90 100755 --- a/start.sh +++ b/start.sh @@ -13,9 +13,9 @@ displayLibrePortalLogo() { [[ "$LIBREPORTAL_SKIP_LOGO" == "1" ]] && return echo " -╦ ┬┌┐ ┬─┐┌─┐ ╭─╮ ╔═╗┌─┐┬─┐┌┬┐┌─┐┬ -║ │├┴┐├┬┘├┤ │◉│ ╠═╝│ │├┬┘ │ ├─┤│ -╩═╝┴└─┘┴└─└─┘ ╰─╯ ╩ └─┘┴└─ ┴ ┴ ┴┴─┘" +╦ ┬┌┐ ┬─┐┌─┐ ╭─╮ ╔═╗┌─┐┬─┐┌┬┐┌─┐┬ +║ │├┴┐├┬┘├┤ │◉│ ╠═╝│ │├┬┘ │ ├─┤│ +╩═╝┴└─┘┴└─└─┘ ╨─╨ ╩ └─┘┴└─ ┴ ┴ ┴┴─┘" echo "" }