From 083c8c02268c4e129523245e305b759940ce540e Mon Sep 17 00:00:00 2001 From: tteckster <tteckster@gmail.com> Date: Fri, 18 Oct 2024 12:18:56 -0400 Subject: [PATCH] Update cockpit.sh tweak --- ct/cockpit.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/ct/cockpit.sh b/ct/cockpit.sh index e2ebb70c..c38adaea 100644 --- a/ct/cockpit.sh +++ b/ct/cockpit.sh @@ -1,19 +1,20 @@ #!/usr/bin/env bash source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func) # Copyright (c) 2021-2024 tteck -# Author: havardthom +# Author: tteck +# Co-Author: havardthom # License: MIT # https://github.com/tteck/Proxmox/raw/main/LICENSE function header_info { clear cat <<"EOF" - ______ __ _ __ + ______ __ _ __ / ____/___ _____/ /______ (_) /_ / / / __ \/ ___/ //_/ __ \/ / __/ -/ /___/ /_/ / /__/ ,< / /_/ / / /_ -\____/\____/\___/_/|_/ .___/_/\__/ - /_/ +/ /___/ /_/ / /__/ ,< / /_/ / / /_ +\____/\____/\___/_/|_/ .___/_/\__/ + /_/ EOF } header_info