Skip to content

Commit

Permalink
fix: metadata compression package file path incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
DDSDerek authored Dec 6, 2024
1 parent 11e744d commit 3c4378a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion all_in_one.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1788,7 +1788,7 @@ function __unzip_all_metadata() {
else
extra_parameters="--workdir=/media/xiaoya"
fi
pull_run_glue 7z x -aoa -mmt=16 "temp/${file}"
pull_run_glue 7z x -aoa -mmt=16 "/media/temp/${file}"
done

end_time1=$(date +%s)
Expand Down

0 comments on commit 3c4378a

Please sign in to comment.