From a30484fe578aa33a754e248e473a56ba8b182da7 Mon Sep 17 00:00:00 2001 From: Krakinou Date: Fri, 23 Nov 2018 23:12:44 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 93bf978..f8cbdd8 100644 --- a/scripts/install +++ b/scripts/install @@ -51,7 +51,7 @@ fi #install locale (nginx will restart at the end of the install) for i in $lang do - cat /etc/locale/locale.gen | grep "^[^#;]" | grep $i + cat /etc/locale.gen | grep "^[^#;]" | grep $i if [[ ! $? -eq 0 ]]; then echo "$i UTF-8" >> /etc/locale.gen locale=1