X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fcsv-import-from-shell.sh;h=1503daef0e7f92398b0516ae5df61a3a76d9c62c;hb=c2d97b23151e352334f51023ef6fc34907b8cd64;hp=c0e88904a4e2bbf8e2ae02e07c281ec96736943e;hpb=dfb76ebf04df9aed8ba63d7b51bc558d2928030e;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} }