From 25048f9e177d069f08201deaee874e9b25c01ad4 Mon Sep 17 00:00:00 2001 From: Julien Moutinho Date: Mon, 20 Oct 2014 15:43:32 +0200 Subject: [PATCH] Correction : locale pour cavote. --- etc/sv/cyclo-vote/run | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/sv/cyclo-vote/run b/etc/sv/cyclo-vote/run index 006fcb4..e04f247 100755 --- a/etc/sv/cyclo-vote/run +++ b/etc/sv/cyclo-vote/run @@ -5,6 +5,7 @@ user=www-"$sv" eval home=~"$user" cd "$home" +LC_CTYPE=fr_FR.UTF-8 \ exec /usr/bin/chpst \ -u "$user":"$user" \ gunicorn -w 4 -b 127.0.0.1:5000 --log-level=debug "$@" main:app -- 2.20.1