mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #4203 from MattDevo/fixlog
installer: fix menu display, log file function
This commit is contained in:
commit
b563f40eb4
@ -611,8 +611,7 @@ menu_main() {
|
||||
--title "$MSG_TITLE" --menu "$MSG_MENU" 20 70 5 \
|
||||
1 "Quick Install of OpenELEC" \
|
||||
2 "Repair / Upgrade" \
|
||||
3 "Setup OpenELEC" \
|
||||
4 "Show logfile" 2> $TMPDIR/mainmenu
|
||||
3 "Show logfile" 2> $TMPDIR/mainmenu
|
||||
|
||||
case $? in
|
||||
0)
|
||||
@ -664,6 +663,9 @@ LOGFILE="$TMPDIR/install.log"
|
||||
rm -rf $TMPDIR
|
||||
mkdir -p $TMPDIR
|
||||
|
||||
#create log file
|
||||
touch "$LOGFILE"
|
||||
|
||||
# main
|
||||
|
||||
while true; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user