Skip to content

Commit c89935e

Browse files
committed
[skip ci] General fixes at 20:18 of 2018-12-15
1 parent b098189 commit c89935e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/po-common

+1-1
Original file line numberDiff line numberDiff line change
@@ -1706,7 +1706,7 @@ _flash()
17061706
green_echo "Building firmware was successful! Flashing with dfu-util..."
17071707
echo
17081708
sleep 1
1709-
dfu-util -d "$DFU_ADDRESS1" -a 0 -i 0 -s "$DFU_ADDRESS2":leave -D "$FIRMWAREBIN"
1709+
dfu-util -d "$DFU_ADDRESS1" -a 0 -i 0 -s "$DFU_ADDRESS2":leave -D "$FIRMWAREBIN" && echo && blue_echo "Firmware successfully flashed to $DEVICE_TYPE on $MODEM"
17101710
echo
17111711
else
17121712
echo

0 commit comments

Comments
 (0)