1
0
Fork 0
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:
Krakinou 2018-11-23 23:12:44 +01:00 committed by GitHub
parent 991ff1f542
commit a30484fe57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@ fi
#install locale (nginx will restart at the end of the install)
for i in $lang
do
cat /etc/locale/locale.gen | grep "^[^#;]" | grep $i
cat /etc/locale.gen | grep "^[^#;]" | grep $i
if [[ ! $? -eq 0 ]]; then
echo "$i UTF-8" >> /etc/locale.gen
locale=1