mirror of
https://github.com/gtxaspec/wz_mini_hacks.git
synced 2025-08-08 03:24:03 +00:00
fix upgrade log filename
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user