mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:43:08 +02:00
append to logfile, do not overwrite...
This commit is contained in:
parent
c8b4f9eb68
commit
b3e52c1868
@ -150,7 +150,7 @@ if [ "$PROTOCOL" == "http" ]; then
|
||||
fi
|
||||
|
||||
log "booting device..."
|
||||
usbboot -c "boot" > "${LOG_FILE}" || abort "can't boot device - xburst-tools setup correctly? device in boot-mode? device connected?"
|
||||
usbboot -c "boot" >> "${LOG_FILE}" || abort "can't boot device - xburst-tools setup correctly? device in boot-mode? device connected?"
|
||||
|
||||
if [ "$B" == "TRUE" ]; then
|
||||
log "flashing bootloader..."
|
||||
|
Loading…
Reference in New Issue
Block a user