From: Julien Moutinho Date: Mon, 20 Oct 2014 13:43:32 +0000 (+0200) Subject: Correction : locale pour cavote. X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=commitdiff_plain;h=25048f9e177d069f08201deaee874e9b25c01ad4 Correction : locale pour cavote. --- 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