moovida: correct config variable, remove start of roxterm

This commit is contained in:
Stephan Raue 2009-09-20 06:18:12 +02:00
parent 95a929eed7
commit 23c71f32f0

View File

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