diff --git a/data/login.d/20desktop b/data/login.d/20desktop index f7455e7..ba51f09 100644 --- a/data/login.d/20desktop +++ b/data/login.d/20desktop @@ -17,9 +17,9 @@ env-update source /etc/profile source /usr/share/calculate-2.2/xdm/functions -if [ -e '/usr/bin/cl-createhome-2.2' ]; +if [ -e '/usr/bin/cl-createhome' ]; then - ERRORLOG=`/usr/bin/cl-createhome-2.2 --progress --color=never $USER 2>&1` + ERRORLOG=`/usr/bin/cl-createhome --progress --color=never $USER 2>&1` # при неудачном выполнении, сгенерируем ошибку if [ "$?" -gt "0" ]; then @@ -27,4 +27,4 @@ then xmes cl-createhome "$ERRORLOG" exit 1 fi -fi \ No newline at end of file +fi