From 1f410ae35f7e15f294bbbb26a784075799e94db6 Mon Sep 17 00:00:00 2001 From: Christopher <1289128+dragonfire1119@users.noreply.github.com> Date: Wed, 27 Nov 2024 10:54:56 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=BB=E2=80=8D=E2=9D=84=EF=B8=8F=20feat(?= =?UTF-8?q?run.sh):=20Update=20tool=20name=20in=20header=20(#23)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the tool name displayed in the header from "Debian Docker Disk Recovery Tool" to "Big Bear Debian Docker Disk Recovery Tool". This change reflects the branding of the tool and provides a more descriptive name for users. --- debian-docker-disk-recovery/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian-docker-disk-recovery/run.sh b/debian-docker-disk-recovery/run.sh index 515b673..2af1388 100644 --- a/debian-docker-disk-recovery/run.sh +++ b/debian-docker-disk-recovery/run.sh @@ -13,7 +13,7 @@ NC='\033[0m' # No Color # Function to print header print_header() { echo "================================================" - echo -e "${GREEN}Debian Docker Disk Recovery Tool v1.0.0${NC}" + echo -e "${GREEN}Big Bear Debian Docker Disk Recovery Tool v1.0.0${NC}" echo -e "${YELLOW}Support: https://ko-fi.com/bigbeartechworld${NC}" echo "================================================" echo "Here are some links:"