diff options
Diffstat (limited to 'installer.sh.in')
-rw-r--r-- | installer.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer.sh.in b/installer.sh.in index cc22303..40c2226 100644 --- a/installer.sh.in +++ b/installer.sh.in @@ -311,7 +311,7 @@ set_locale() { # Uncomment locale from /etc/default/libc-locales and regenerate it. sed -e "/${LOCALE}/s/^\#//" -i $TARGETDIR/etc/default/libc-locales echo "Running xbps-reconfigure -f glibc-locales ..." >$LOG - chroot $TARGETDIR xbps-reconfigure -f glibc-locales + chroot $TARGETDIR xbps-reconfigure -f glibc-locales >$LOG 2>&1 } menu_timezone() { |