diff options
author | kwadronaut <kwadronaut@leap.se> | 2016-10-04 23:55:52 +0200 |
---|---|---|
committer | kwadronaut <kwadronaut@leap.se> | 2016-10-04 23:55:52 +0200 |
commit | d2defb63bba82eb3e6d3cc8885826d8b5a82ed0e (patch) | |
tree | 9ea6bc0a57edf4cbf47e1ecafc271347efe9c6ab /bin/node_init | |
parent | ad9415a5e2885e940e99a07a9d6cdb2b1600e1bd (diff) |
generate utf8 locale solves #85110.9.0rc1
Diffstat (limited to 'bin/node_init')
-rwxr-xr-x | bin/node_init | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/node_init b/bin/node_init index ea4c29c5..12d491c4 100755 --- a/bin/node_init +++ b/bin/node_init @@ -24,6 +24,7 @@ fi mkdir -p $LEAP_DIR if ! grep -q -e '^en_US.UTF-8' /etc/locale.gen; then echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen + /usr/sbin/locale-gen fi # |