From d97ea92facd3f2a60a340599a91256016d651b41 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 22 Jul 2018 13:55:15 +0200 Subject: [PATCH] Typo --- install_yunohost | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_yunohost b/install_yunohost index 03a3b7d..bed7795 100755 --- a/install_yunohost +++ b/install_yunohost @@ -110,7 +110,7 @@ function main() reboot fi - step fix_locals + step fix_locales step post_install || die "Post-installation failed" @@ -404,7 +404,7 @@ function restart_services() { return 0 } -function fix_locals() { +function fix_locales() { [ "$(grep LC_ALL /etc/environment)" ] || echo 'LC_ALL="en_US.UTF-8"' >> /etc/environment source /etc/environment export LC_ALL