Skip to content

Commit

Permalink
Fix save_file command in generate_dump
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidZagury committed Dec 6, 2024
1 parent 038aaa5 commit 652fc15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate_dump
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,7 @@ save_file() {
fi

if $do_gzip; then
if [ ! -d "$path" ]; then
if [[ -f $tar_path ]]; then
gz_path="${gz_path}.gz"
tar_path="${tar_path}.gz"

Expand Down

0 comments on commit 652fc15

Please # to comment.