X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5202b3e71b817c6a78845cd4c27773760ff408b6..eeb5375ee7727c956cc357cc8f90b19d1bfe80b9:/scripts/csv-import-from-shell.sh diff --git a/scripts/csv-import-from-shell.sh b/scripts/csv-import-from-shell.sh index 94e44355d..70e3b953b 100755 --- a/scripts/csv-import-from-shell.sh +++ b/scripts/csv-import-from-shell.sh @@ -127,7 +127,7 @@ function do_curl { -X 'POST' \ -H 'Content-Type:multipart/form-data' \ --silent --insecure \ - -F 'action=CsvImport/dispatch' \ + -F 'action=CsvImport/import' \ -F "${action}=1" \ -F 'escape_char=quote' \ -F 'profile.type=parts' \