From 4231ea0491fa71cea9bf7cdd2ed9c2519b9e5908 Mon Sep 17 00:00:00 2001 From: Krakinou Date: Sat, 24 Nov 2018 01:19:07 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index e0c62f6..dae3543 100644 --- a/scripts/install +++ b/scripts/install @@ -58,7 +58,7 @@ do # echo "$i UTF-8" >> /etc/locale.gen # locale=1 # fi -ynh_replace_string "#$i" "$i" /etc/locale.gen +ynh_replace_string "# $i" "$i" /etc/locale.gen done #if [[ $locale -eq 1 ]]; then