From 2a8241bed1c0b32395018dc3684229e1d8523339 Mon Sep 17 00:00:00 2001 From: Alexey Polunin <55755565+ttm-alexeypolunin@users.noreply.github.com> Date: Sat, 13 May 2023 16:52:41 +0300 Subject: [PATCH] Add ES and DE to autoinstall_without_domain.sh --- totum/moduls/install/autoinstall_without_domain.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/totum/moduls/install/autoinstall_without_domain.sh b/totum/moduls/install/autoinstall_without_domain.sh index 3e1fcc2a2..02457041d 100644 --- a/totum/moduls/install/autoinstall_without_domain.sh +++ b/totum/moduls/install/autoinstall_without_domain.sh @@ -156,6 +156,8 @@ read -p "Create Totum superuser password: " TOTUMADMINPASS echo echo "1) EN" echo "2) RU" +echo "3) ES" +echo "4) DE" echo read -p "Select language: " TOTUMLANG @@ -166,6 +168,12 @@ then elif [[ $TOTUMLANG -eq 2 ]] then TOTUMLANG=ru +elif [[ $TOTUMLANG -eq 3 ]] +then + TOTUMLANG=es +elif [[ $TOTUMLANG -eq 4 ]] +then + TOTUMLANG=de else TOTUMLANG=en fi