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:
parent
0228ad8587
commit
b5a9af91db
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue