Исправление скриптов для новых путей

master-3.5 3.5.0_alpha3
parent 73fa68d59b
commit 31e4a8a3e7

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

Loading…
Cancel
Save