From e84cc25c5cf8c74888f4f2e6b2b024155bc6cabc Mon Sep 17 00:00:00 2001 From: Gregory Colpart Date: Tue, 3 Feb 2015 01:06:09 +0100 Subject: [PATCH] Set LANG=C --- zzz_evobackup | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/zzz_evobackup b/zzz_evobackup index 619b7f1..4b63b67 100644 --- a/zzz_evobackup +++ b/zzz_evobackup @@ -5,6 +5,10 @@ # $Id: evobackup_cron_daily_client,v 1.21 2010-08-22 10:15:42 gcolpart Exp $ # +# lang = C pour gerer les outputs en anglais +LANGUAGE=C +LANG=C + # Verification qu'un autre evobackup n'est pas deja lance PIDFILE=/var/run/evobackup.pid if [ -e $PIDFILE ]; then @@ -25,7 +29,7 @@ SSH_PORT=2228 # systeme de la machine ("linux" ou "bsd") SYSTEME=linux -# mail de remontee Evolix +# mail de remontee MAIL=jdoe@example.com NODE=$(expr `date +%d` % 2)