diff --git a/sd-card/dump-script b/sd-card/dump-script index 1c89b63..ce315ce 100755 --- a/sd-card/dump-script +++ b/sd-card/dump-script @@ -20,4 +20,4 @@ filename="./imgs/${number}-${tag}-${dumpsize}-${timestamp}.img" echo -e "\nWriting to ${filename}" sudo dd if=$block of=$filename bs=$blocksize count=$blocks status=progress conv=fdatasync -echo -e "\n\nDONE\n\nWritten to: ${filename}\n\n" +echo -e "\n\nDONE\n\nWritten to: ${filename}\n\n" \ No newline at end of file