mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-13 01:45:59 +00:00
small adjustment for legacy version
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user