[fluksod] suppress the avrdude output when triggered via the init script

This commit is contained in:
Bart Van Der Meerssche 2011-05-03 13:34:19 +02:00
parent 53942e91e6
commit ed5fe0618d
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ program_sensor_board()
FLASH="-U flash:w:$HEXFILE"
EEPROM="-U eeprom:w:$EEPFILE"
$AVRDUDE $FLAGS $FUSES $FLASH $EEPROM
$AVRDUDE $FLAGS $FUSES $FLASH $EEPROM 2>1 >&- <&-
logger 'flashing the sensor board at firstboot'
}