meta-digi-dey: qt5: ccimx8x: use return instead of exit in qt5 script

This fixes the problem of shell console returning to the login prompt
after a successful login.

Signed-off-by: David Escalona <david.escalona@digi.com>
This commit is contained in:
David Escalona 2019-06-14 10:19:52 +02:00
parent 0228ad8587
commit b5a9af91db
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
export QT_QPA_PLATFORM="wayland" export QT_QPA_PLATFORM="wayland"
[ -f "/etc/profile.d/weston.sh" ] && exit 0 [ -f "/etc/profile.d/weston.sh" ] && return
export QT_QPA_PLATFORM="xcb" export QT_QPA_PLATFORM="xcb"