From 35ee9249b4e7ebdd5d631c430ca32c13b4479db8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=BF=D0=B8=D1=80=D0=B8=D0=B4=D0=BE=D0=BD=D0=BE?= =?UTF-8?q?=D0=B2=20=D0=94=D0=B5=D0=BD=D0=B8=D1=81?= Date: Thu, 5 Jul 2012 13:26:37 +0400 Subject: [PATCH] use cl-setup-system instead of cl-template --- data/client | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/client b/data/client index c4ac330..73224a5 100644 --- a/data/client +++ b/data/client @@ -46,7 +46,7 @@ start() { done if [[ -z $SERVER ]] then - cl-client $SERVERLIVE && cl-template -l remote &>/dev/null + cl-client $SERVERLIVE && cl-setup-system -l remote &>/dev/null else cl-client --mount fi