mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-09 00:02:56 -05:00
small adjustment for legacy version
This commit is contained in:
parent
b77ff2f51c
commit
8d0c03b2fc
@ -571,7 +571,7 @@ function recursiveBase64StrToArrayBuffer(obj) {
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% if mailcow_cc_username and mailcow_info.mailcow_branch|lower == "legacy" and mailcow_info.version_tag|default %}
|
{% if mailcow_cc_username and mailcow_info.mailcow_branch|lower == "legacy" and mailcow_info.version_tag|default %}
|
||||||
<span class="version">
|
<span class="version">
|
||||||
🛠️🐮 + 🐋 = 💕
|
⚰️🐮 + 🐋 = 💕
|
||||||
Legacy: <a href="{{ mailcow_info.git_project_url }}/commit/{{ mailcow_info.git_commit }}" target="_blank">{{ mailcow_info.version_tag }}
|
Legacy: <a href="{{ mailcow_info.git_project_url }}/commit/{{ mailcow_info.git_commit }}" target="_blank">{{ mailcow_info.version_tag }}
|
||||||
</a><br>
|
</a><br>
|
||||||
<span style="text-align:right;display:block;">Build: {{ mailcow_info.git_commit_date }}</span>
|
<span style="text-align:right;display:block;">Build: {{ mailcow_info.git_commit_date }}</span>
|
||||||
|
|||||||
@ -185,7 +185,7 @@ if [[ ${SKIP_BRANCH} != y ]]; then
|
|||||||
sleep 1
|
sleep 1
|
||||||
|
|
||||||
while [ -z "${MAILCOW_BRANCH}" ]; do
|
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
|
case $branch in
|
||||||
[3])
|
[3])
|
||||||
MAILCOW_BRANCH="legacy"
|
MAILCOW_BRANCH="legacy"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user