Correcting typos in install script

This commit is contained in:
Félix Aime 2021-02-11 20:12:39 +01:00
parent 66928d640c
commit 2c163db34b

View File

@ -45,7 +45,7 @@ set_userlang() {
# Set the user language. # Set the user language.
echo -e "\e[39m[+] Setting the user language...\e[39m" echo -e "\e[39m[+] Setting the user language...\e[39m"
printf -v joined '%s/' "${LOCALES[@]}" printf -v joined '%s/' "${LOCALES[@]}"
echo -n " Please choose a language for the reports and the interface (${joined%/}): " echo -n " Please choose a language for the reports and the user interface (${joined%/}): "
read lang read lang
if [[ " ${LOCALES[@]} " =~ " ${lang} " ]]; then if [[ " ${LOCALES[@]} " =~ " ${lang} " ]]; then