diff options
Diffstat (limited to 'bin/reproducible_openwrt_common.sh')
-rw-r--r-- | bin/reproducible_openwrt_common.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_openwrt_common.sh b/bin/reproducible_openwrt_common.sh index 171c5d75..bb107a18 100644 --- a/bin/reproducible_openwrt_common.sh +++ b/bin/reproducible_openwrt_common.sh @@ -317,8 +317,8 @@ build_two_times() { echo "== node2" ssh $GENERIC_NODE2 reproducible_$TYPE node node_debug $TMPDIR - rsync -av $GENERIC_NODE1:$TMPDIR/download/ $TMPDIR/download/ - rsync -av $TMPDIR/download/ $GENERIC_NODE2:$TMPDIR/download/ + rsync -a $GENERIC_NODE1:$TMPDIR/download/ $TMPDIR/download/ + rsync -a $TMPDIR/download/ $GENERIC_NODE2:$TMPDIR/download/ ## first run RUN=b1 |