X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/53593baa211863fbf66540cf1bcc36c8fb37257f..f217d072d76183bc07723dcc29503b732bd2022d:/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' \