X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=scripts%2Fcsv-import-from-shell.sh;h=1503daef0e7f92398b0516ae5df61a3a76d9c62c;hb=670f76a86aaf642bf1a6b5b37cdc023f8fdfc79c;hp=c0e88904a4e2bbf8e2ae02e07c281ec96736943e;hpb=554034c0587282b99d58cf42758b2f836367f2eb;p=kivitendo-erp.git 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} }