mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
append to logfile, do not overwrite...
This commit is contained in:
@@ -150,7 +150,7 @@ if [ "$PROTOCOL" == "http" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
log "booting device..."
|
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
|
if [ "$B" == "TRUE" ]; then
|
||||||
log "flashing bootloader..."
|
log "flashing bootloader..."
|
||||||
|
|||||||
Reference in New Issue
Block a user