Skip to content

Commit

Permalink
Add ES and DE to autoinstall_without_domain.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ttm-alexeypolunin authored May 13, 2023
1 parent 19c4d69 commit 2a8241b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions totum/moduls/install/autoinstall_without_domain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2a8241b

Please sign in to comment.