diff --git a/init.sh b/init.sh index 94f7d06..314e1bd 100755 --- a/init.sh +++ b/init.sh @@ -30,11 +30,10 @@ isNotice() { echo -e "${YELLOW}NOTICE:${NC} $1"; } isQuestion() { echo -e -n "${BLUE}QUESTION:${NC} $1 "; } displayLibrePortalLogo() { - echo " - ╦ ┬┌┐ ┬─┐┌─┐ ╭─╮ ╔═╗┌─┐┬─┐┌┬┐┌─┐┬ + echo " ╦ ┬┌┐ ┬─┐┌─┐ ╭─╮ ╔═╗┌─┐┬─┐┌┬┐┌─┐┬ ║ │├┴┐├┬┘├┤ │◉│ ╠═╝│ │├┬┘ │ ├─┤│ ╩═╝┴└─┘┴└─└─┘ ╨─╨ ╩ └─┘┴└─ ┴ ┴ ┴┴─┘ - _▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁" + ‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔" echo "" } diff --git a/scripts/source/files/generate_arrays.sh b/scripts/source/files/generate_arrays.sh index ed5c69b..1b0b5b6 100755 --- a/scripts/source/files/generate_arrays.sh +++ b/scripts/source/files/generate_arrays.sh @@ -38,11 +38,10 @@ isHeader() { echo "" } -echo " - ╦ ┬┌┐ ┬─┐┌─┐ ╭─╮ ╔═╗┌─┐┬─┐┌┬┐┌─┐┬ +echo " ╦ ┬┌┐ ┬─┐┌─┐ ╭─╮ ╔═╗┌─┐┬─┐┌┬┐┌─┐┬ ║ │├┴┐├┬┘├┤ │◉│ ╠═╝│ │├┬┘ │ ├─┤│ ╩═╝┴└─┘┴└─└─┘ ╨─╨ ╩ └─┘┴└─ ┴ ┴ ┴┴─┘ - _▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁" + ‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔" echo "" isHeader "Regenerating Array Files" diff --git a/start.sh b/start.sh index 2f8bf4b..c43732c 100755 --- a/start.sh +++ b/start.sh @@ -12,11 +12,10 @@ initial_command7="$7" displayLibrePortalLogo() { [[ "$LIBREPORTAL_SKIP_LOGO" == "1" ]] && return - echo " - ╦ ┬┌┐ ┬─┐┌─┐ ╭─╮ ╔═╗┌─┐┬─┐┌┬┐┌─┐┬ + echo " ╦ ┬┌┐ ┬─┐┌─┐ ╭─╮ ╔═╗┌─┐┬─┐┌┬┐┌─┐┬ ║ │├┴┐├┬┘├┤ │◉│ ╠═╝│ │├┬┘ │ ├─┤│ ╩═╝┴└─┘┴└─└─┘ ╨─╨ ╩ └─┘┴└─ ┴ ┴ ┴┴─┘ - _▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁" + ‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔" echo "" }