mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-01-23 02:14:26 +00:00
update.sh: Fix legacy typo
This commit is contained in:
parent
70ba361583
commit
684256b66e
1 changed files with 1 additions and 1 deletions
|
|
@ -1267,7 +1267,7 @@ if ! [ "$NEW_BRANCH" ]; then
|
|||
sleep 1
|
||||
echo -e "\e[33mTo change that run the update.sh Script one time with the --stable parameter to switch to stable builds.\e[0m"
|
||||
|
||||
elif [ "${BRANCH}" == "legcy" ]; then
|
||||
elif [ "${BRANCH}" == "legacy" ]; then
|
||||
echo -e "\e[31mYou are receiving legacy updates. The legacy branch will only recieve security updates until February 2026.\e[0m"
|
||||
sleep 1
|
||||
echo -e "\e[33mTo change that run the update.sh Script one time with the --stable parameter to switch to stable builds.\e[0m"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue