🐻‍❄️ feat(run.sh): Update tool name in header (#23)

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.
This commit is contained in:
Christopher
2024-11-27 10:54:56 -06:00
committed by GitHub
parent 6ae090d20d
commit 1f410ae35f

View File

@@ -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:"