Skip to content

Commit

Permalink
fix: Define custom user-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
kumy committed Sep 16, 2023
1 parent c4a5f7b commit 2e3cdc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/etc/cron.d/website_cron
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* * * * * root curl -b /tmp/cookie.txt -c /tmp/cookie.txt -sS ${GK_SITE_BASE_SERVER_URL}/cron
* * * * * root curl -b /tmp/cookie.txt -c /tmp/cookie.txt -H "User-Agent: GeoKretyCron/1.0.1" -sS ${GK_SITE_BASE_SERVER_URL}/cron

0 comments on commit 2e3cdc6

Please sign in to comment.