Skip to content

Commit

Permalink
Correct dd output
Browse files Browse the repository at this point in the history
  • Loading branch information
sysrich committed Apr 24, 2024
1 parent cc65c9b commit 4e3a93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/lib/tik/lib/tik-functions
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ function dump_image {
if [ -n "$dry" ]; then
echo "DEBUG: ${load_text} [${image_target}]..."
fi
(xzcat ${TIK_IMG_DIR}/${image_source_files} | run dd of=${image_target} bs=64k status=progress) | d --progressbox "${title_text}" 5 80
(xzcat ${TIK_IMG_DIR}/${image_source_files} | run dd of=${image_target} bs=64k status=progress) 2>&1 | d --progressbox "${title_text}" 5 80
d --infobox "Please Wait..." 5 80
sync
d --msgbox "${image_basename}\n has been installed to\n${image_target}" 7 80
Expand Down

0 comments on commit 4e3a93d

Please sign in to comment.