summaryrefslogtreecommitdiff
path: root/customized
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-09-13 04:29:31 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-09-13 04:29:31 +0200
commit7b7ef4e9ba4d3c77bd874f4851f5165c06a27a5a (patch)
tree84f8ed8ba06b175159961b89701dee8f949be57e /customized
parent2c23fa39fd94de1cb2f725e07058a025537976e6 (diff)
downloadnixos-7b7ef4e9ba4d3c77bd874f4851f5165c06a27a5a.tar
nixos-7b7ef4e9ba4d3c77bd874f4851f5165c06a27a5a.tar.gz
nixos-7b7ef4e9ba4d3c77bd874f4851f5165c06a27a5a.tar.bz2
nixos-7b7ef4e9ba4d3c77bd874f4851f5165c06a27a5a.tar.xz
nixos-7b7ef4e9ba4d3c77bd874f4851f5165c06a27a5a.zip
wrong field name
Diffstat (limited to 'customized')
-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