diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/main.sh | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/scripts/main.sh b/scripts/main.sh index c9c6f4e..4e0596b 100755 --- a/scripts/main.sh +++ b/scripts/main.sh @@ -78,20 +78,12 @@ run-btrfs-rec $gendir/3.trees.json \ run-btrfs-rec $gendir/4.ls-files.txt \ --mappings=$gendir/2.mappings.json \ - --rebuild \ - inspect ls-files -run-btrfs-rec $gendir/4.ls-files.v2.txt \ - --mappings=$gendir/2.mappings.json \ --node-list=$gendir/0.nodes.json \ - --rebuild-v2 \ + --rebuild \ inspect ls-files run-btrfs-rec $gendir/4.ls-trees.txt \ --mappings=$gendir/2.mappings.json \ --node-list=$gendir/0.nodes.json \ - inspect ls-trees -run-btrfs-rec $gendir/4.ls-trees.v2.txt \ - --mappings=$gendir/2.mappings.json \ - --node-list=$gendir/0.nodes.json \ - --rebuild-v2 \ + --rebuild \ inspect ls-trees |