Correcting typos in install script
This commit is contained in:
parent
66928d640c
commit
2c163db34b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user