From 31e4a8a3e70dd9005816c12f39804bf2a4ecb5f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=B8=D1=80=D0=B5=D1=86=D0=BA=D0=B8=D0=B9=20=D0=9C?= =?UTF-8?q?=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Fri, 11 Nov 2016 17:38:43 +0300 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=D0=B8=D0=B5=20=D1=81=D0=BA=D1=80=D0=B8=D0=BF=D1=82?= =?UTF-8?q?=D0=BE=D0=B2=20=D0=B4=D0=BB=D1=8F=20=D0=BD=D0=BE=D0=B2=D1=8B?= =?UTF-8?q?=D1=85=20=D0=BF=D1=83=D1=82=D0=B5=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/login.d/20desktop | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/login.d/20desktop b/data/login.d/20desktop index c348dc8..e7222f0 100644 --- a/data/login.d/20desktop +++ b/data/login.d/20desktop @@ -14,9 +14,9 @@ # limitations under the License. run_script() { - if [ -e '/usr/sbin/cl-desktop' ]; + if [ -e '/usr/bin/cl-desktop' ]; then - ERRORLOG=`/usr/sbin/cl-desktop --gui-progress $USER 2>&1` + ERRORLOG=`/usr/bin/cl-desktop --gui-progress $USER 2>&1` # raise xmessage error if cl-desktop failed if [ "$?" -gt "0" ]; then