From 486041a4d0299ab421affc8ef21cce9068f2afb1 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 20 Apr 2024 03:38:08 -0400 Subject: [PATCH] Update calibre-web.sh tweak --- ct/calibre-web.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ct/calibre-web.sh b/ct/calibre-web.sh index 6f309f54..bee859ab 100644 --- a/ct/calibre-web.sh +++ b/ct/calibre-web.sh @@ -9,11 +9,11 @@ source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build function header_info { clear cat <<"EOF" - ______ ___ __ __ - / ____/___ _/ (_) /_ ________ _ _____ / /_ - / / / __ `/ / / __ \/ ___/ _ \_____| | /| / / _ \/ __ \ -/ /___/ /_/ / / / /_/ / / / __/_____/ |/ |/ / __/ /_/ / -\____/\__,_/_/_/_.___/_/ \___/ |__/|__/\___/_.___/ + ______ ___ __ _ __ __ + / ____/___ _/ (_) /_ ________ | | / /__ / /_ + / / / __ `/ / / __ \/ ___/ _ \___| | /| / / _ \/ __ \ +/ /___/ /_/ / / / /_/ / / / __/___/ |/ |/ / __/ /_/ / +\____/\__,_/_/_/_.___/_/ \___/ |__/|__/\___/_.___/ EOF }