From 8d0c03b2fcaea088e1ece18faccde9a2d404a13d Mon Sep 17 00:00:00 2001 From: FreddleSpl0it Date: Wed, 26 Feb 2025 10:39:41 +0100 Subject: [PATCH] small adjustment for legacy version --- data/web/templates/base.twig | 2 +- generate_config.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/web/templates/base.twig b/data/web/templates/base.twig index 87bdddab5..eb8d3711a 100644 --- a/data/web/templates/base.twig +++ b/data/web/templates/base.twig @@ -571,7 +571,7 @@ function recursiveBase64StrToArrayBuffer(obj) { {% endif %} {% if mailcow_cc_username and mailcow_info.mailcow_branch|lower == "legacy" and mailcow_info.version_tag|default %} - 🛠️🐮 + 🐋 = 💕 + ⚰️🐮 + 🐋 = 💕 Legacy: {{ mailcow_info.version_tag }}
Build: {{ mailcow_info.git_commit_date }} diff --git a/generate_config.sh b/generate_config.sh index e9a82ff5a..c7a7cb64f 100755 --- a/generate_config.sh +++ b/generate_config.sh @@ -185,7 +185,7 @@ if [[ ${SKIP_BRANCH} != y ]]; then sleep 1 while [ -z "${MAILCOW_BRANCH}" ]; do - read -r -p "Choose the Branch with it's number [1/2] " branch + read -r -p "Choose the Branch with it's number [1/2/3] " branch case $branch in [3]) MAILCOW_BRANCH="legacy"