From a8332bad6fc2a5d85d8e5108ba09de77ddf9c17f Mon Sep 17 00:00:00 2001 From: Kristo Copani Date: Thu, 28 Nov 2024 21:29:07 +0200 Subject: [PATCH] cleanup --- ct/thelounge.sh | 6 +++--- install/thelounge-install.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ct/thelounge.sh b/ct/thelounge.sh index 951f0476..dcff2d67 100644 --- a/ct/thelounge.sh +++ b/ct/thelounge.sh @@ -6,8 +6,8 @@ source <(curl -s https://raw.githubusercontent.com/kristocopani/ProxmoxVE/build/ # https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE function header_info { -clear -cat <<"EOF" + clear + cat <<"EOF" ________ __ /_ __/ /_ ___ / / ____ __ ______ ____ ____ / / / __ \/ _ \ / / / __ \/ / / / __ \/ __ `/ _ \ @@ -15,7 +15,7 @@ cat <<"EOF" /_/ /_/ /_/\___/ /_____/\____/\__,_/_/ /_/\__, /\___/ /____/ -EOF + EOF } header_info echo -e "Loading..." diff --git a/install/thelounge-install.sh b/install/thelounge-install.sh index dfe5e82a..876b075b 100644 --- a/install/thelounge-install.sh +++ b/install/thelounge-install.sh @@ -5,7 +5,7 @@ # License: MIT # https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE -source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" +source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color verb_ip6 catch_errors