X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/dfb76ebf04df9aed8ba63d7b51bc558d2928030e..ffac48200e07de28e9efcb20c668ba3f1e3ed12e:/scripts/csv-import-from-shell.sh diff --git a/scripts/csv-import-from-shell.sh b/scripts/csv-import-from-shell.sh index c0e88904a..1503daef0 100644 --- a/scripts/csv-import-from-shell.sh +++ b/scripts/csv-import-from-shell.sh @@ -107,8 +107,8 @@ function do_curl { -F 'settings.sellprice_adjustment_type=percent' \ -F 'settings.sellprice_places=2' \ -F 'settings.shoparticle_if_missing=0' \ - -F "login=${login}" \ - -F "password=${password}" \ + -F "{AUTH}login=${login}" \ + -F "{AUTH}password=${password}" \ -F "file=@${file}" \ ${url} }