mirror of
https://github.com/YunoHost-Apps/emailpoubelle_ynh.git
synced 2024-09-03 18:26:29 +02:00
Update install
This commit is contained in:
parent
991ff1f542
commit
a30484fe57
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ fi
|
||||||
#install locale (nginx will restart at the end of the install)
|
#install locale (nginx will restart at the end of the install)
|
||||||
for i in $lang
|
for i in $lang
|
||||||
do
|
do
|
||||||
cat /etc/locale/locale.gen | grep "^[^#;]" | grep $i
|
cat /etc/locale.gen | grep "^[^#;]" | grep $i
|
||||||
if [[ ! $? -eq 0 ]]; then
|
if [[ ! $? -eq 0 ]]; then
|
||||||
echo "$i UTF-8" >> /etc/locale.gen
|
echo "$i UTF-8" >> /etc/locale.gen
|
||||||
locale=1
|
locale=1
|
||||||
|
|
Loading…
Add table
Reference in a new issue