From 2c209d1ecdbf658495f2297a72b3dae05f56631d Mon Sep 17 00:00:00 2001 From: Mike Khiretskiy Date: Fri, 10 Oct 2014 15:07:00 +0400 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20LANG=20=D0=B4=D0=BB=D1=8F=20=D0=B2=D1=8B=D0=B7?= =?UTF-8?q?=D0=BE=D0=B2=D0=B0=20cl-client=20=D0=B8=D0=B7=20init.d?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/client | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/client b/data/client index 13695bb..7b43a0d 100644 --- a/data/client +++ b/data/client @@ -61,10 +61,10 @@ start() { fi if [[ -z $SERVER ]] then - cl-client -T overlay,local $SERVERLIVE && res=$? && + LANG=C cl-client -T overlay,local $SERVERLIVE && res=$? && cl-setup-system -T remote &>/dev/null else - cl-client --mount + LANG=C cl-client --mount fi res=$? eend $res "Some samba remote resources to mount"