mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
createlog: make rpi even happier
This commit is contained in:
parent
3531cbae3e
commit
235e07e15f
@ -33,7 +33,7 @@ getlog_cmd() {
|
||||
echo "# OpenELEC release: $RELEASE" >> $BASEDIR/$LOGDIR/$LOGFILE
|
||||
echo "# $GIT" >> $BASEDIR/$LOGDIR/$LOGFILE
|
||||
echo "################################################################################" >> $BASEDIR/$LOGDIR/$LOGFILE
|
||||
$@ >> $BASEDIR/$LOGDIR/$LOGFILE
|
||||
$@ >> $BASEDIR/$LOGDIR/$LOGFILE 2>/dev/null
|
||||
echo "" >> $BASEDIR/$LOGDIR/$LOGFILE
|
||||
fi
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user