mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
Typo
This commit is contained in:
parent
21ab5a714f
commit
d97ea92fac
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue