summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--customized/fetch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/customized/fetch.sh b/customized/fetch.sh
index a470b942..8ea615a1 100644
--- a/customized/fetch.sh
+++ b/customized/fetch.sh
@@ -26,7 +26,7 @@ csrf=$($curl $loginUrl | xidel - -e '//input[@id="csrf_token"]/@value')
26 26
27# Log in. We don't especially care about the result, but let's check if login failed. 27# Log in. We don't especially care about the result, but let's check if login failed.
28$curl --data-urlencode csrf_token="$csrf" \ 28$curl --data-urlencode csrf_token="$csrf" \
29 --data-urlencode username_or_email@username \ 29 --data-urlencode username@username \
30 --data-urlencode password@password \ 30 --data-urlencode password@password \
31 -d action=Login \ 31 -d action=Login \
32 $loginUrl -D headers > /dev/null 32 $loginUrl -D headers > /dev/null