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"