Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
athalhammer committed Feb 6, 2024
1 parent 144ba58 commit f9d6c84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/dank.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ if [ "$1" == "ALL" ]; then

# collect
for i in $languages; do
./script/create_links.sh -d "$dump_time" -f "$folder" "$keep_site_links" "$i" "$project" >> "$filename.files.txt"
./script/create_links.sh -d "$dump_time" -f "$folder" $keep_site_links "$i" "$project" >> "$filename.files.txt"
done

# merge
Expand All @@ -94,7 +94,7 @@ if [ "$1" == "ALL" ]; then
exit 1
fi
else
filename=$(./script/create_links.sh -d "$dump_time" -f "$folder" "$keep_site_links" "$1" "$project")
filename=$(./script/create_links.sh -d "$dump_time" -f "$folder" $keep_site_links "$1" "$project")
true > "$filename.stats.txt"
fi

Expand Down

0 comments on commit f9d6c84

Please sign in to comment.