Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
Tweak logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Stegic committed Dec 18, 2020
1 parent 5ffe8d1 commit 7d0a7b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
--advanced-maxlinks={{ _site.max_links | default(webarchiver_default.max_links) }} \
{% if _site.include_near_files | default(webarchiver_default.include_near_files) %}--near{% endif %}
echo
echo
echo "Clearing *.tmp files..."
echo
find {{ _site.dest }} -name "*.tmp" -type f -delete
Expand All @@ -37,6 +38,7 @@
echo
echo "Done with {{ _site.site }}"
{% endfor %}
echo
echo "Archiving complete!"
dest: "/app/httrack.sh"
owner: "{{ webarchiver_user }}"
Expand Down

0 comments on commit 7d0a7b7

Please sign in to comment.