1
0
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:
Mirko Vogt 2010-05-02 23:37:00 +02:00
parent c8b4f9eb68
commit b3e52c1868

View File

@ -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..."