summarylogtreecommitdiffstats
path: root/dlagent
diff options
context:
space:
mode:
Diffstat (limited to 'dlagent')
-rwxr-xr-xdlagent2
1 files changed, 1 insertions, 1 deletions
diff --git a/dlagent b/dlagent
index 93622375622a..034bfab1593b 100755
--- a/dlagent
+++ b/dlagent
@@ -15,7 +15,7 @@ rm -f "$target_file"
for i in 1 2 3; do
echo "Authenticating for download ..." >&2
- curl -fsSL -A Mozilla "$base_url/cookie/load-consent.php" > /dev/null
+ curl -fsSL -A Mozilla "$base_url/cookie/init.js.php" > /dev/null
echo "Downloading ..." >&2
curl -fLC - --retry 5 --retry-delay 3 -A Mozilla -o "$target_file" "$file_url"