fix upgrade log filename

This commit is contained in:
Alfonso Gamboa
2022-05-31 00:37:01 -07:00
parent 1b85860e56
commit ec7d048ce0
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ echo fd does not exist, link
ln -s /proc/self/fd /dev/fd
fi
LOG_FILE=/opt/wz_upgrade.log
LOG_FILE=/opt/upgrade_wz_mini.log
exec > >(busybox tee -a ${LOG_FILE}) 2>&1
setup() {