mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Redirect dd to stdout instead of file '1'
Looks like a typo, that would have had mostly the intended effect.
This commit is contained in:
@@ -15,7 +15,7 @@ shift
|
||||
|
||||
trap "rm -f $srcfile $fluxfile $destfile" EXIT
|
||||
|
||||
dd if=/dev/urandom of=$srcfile bs=1M count=2 2>1
|
||||
dd if=/dev/urandom of=$srcfile bs=1M count=2 2>&1
|
||||
|
||||
./fluxengine write $format -i $srcfile -d $fluxfile "$@"
|
||||
./fluxengine read $format -s $fluxfile -o $destfile "$@"
|
||||
|
||||
Reference in New Issue
Block a user