mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
uxlaunch:
- cosmetics
This commit is contained in:
parent
62dd1e812c
commit
7a12638888
@ -7,13 +7,13 @@ progress "starting uxlaunch"
|
||||
UX_USER="root"
|
||||
UX_TTY="1"
|
||||
|
||||
if [ "$START_MRXVT" = yes ]; then
|
||||
if [ "$START_MRXVT" = "yes" ]; then
|
||||
UX_SESSION="/usr/bin/mrxvt-session"
|
||||
else
|
||||
UX_SESSION="/usr/bin/xbmc-session"
|
||||
fi
|
||||
|
||||
UX_ARG="-u $UX_USER -t $UX_TTY -s $UX_SESSION"
|
||||
[ "$DEBUG" = yes ] && UX_ARG="$UX_ARG -v"
|
||||
[ "$DEBUG" = "yes" ] && UX_ARG="$UX_ARG -v"
|
||||
|
||||
uxlaunch $UX_ARG > /dev/null 2>&1
|
Loading…
x
Reference in New Issue
Block a user