mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
moovida: correct config variable, remove start of roxterm
This commit is contained in:
parent
95a929eed7
commit
23c71f32f0
@ -23,8 +23,7 @@ if /usr/bin/test "${MOOVIDA_FULLSCREEN}" = "yes" ; then
|
||||
fi
|
||||
|
||||
if /usr/bin/test "${MOOVIDA_DEBUG}" = "yes" ; then
|
||||
/usr/bin/elisa ${args} 2> $ELISA_LOGFILE
|
||||
/usr/bin/roxterm
|
||||
/usr/bin/elisa ${args} 2> $MOOVIDA_LOGFILE
|
||||
else
|
||||
/usr/bin/elisa ${args} > /dev/null 2>&1
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user