uxlaunch:

- cosmetics
This commit is contained in:
Stephan Raue 2010-03-15 04:46:02 +01:00
parent 62dd1e812c
commit 7a12638888

View File

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