Fix script name

master3.3
Mike Hiretsky 14 years ago
parent 27a375f886
commit f4e8f61795

@ -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
fi

Loading…
Cancel
Save