Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ncp.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ncp.sh')
-rw-r--r--ncp.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ncp.sh b/ncp.sh
index 7188617b..ee251320 100644
--- a/ncp.sh
+++ b/ncp.sh
@@ -250,6 +250,9 @@ EOF
## other tweaks
sed -i "s|^UMASK.*|UMASK 027|" /etc/login.defs
+
+ ## locales for ncp-config
+ [[ "$LANG" == "" ]] && localectl set-locale LANG=en_US.utf8
fi
}