Skip to content
Snippets Groups Projects
Commit 3259fafb authored by OZGCloud's avatar OZGCloud
Browse files

Merge branch 'master' of git.ozg-sh.de:mgm/intelliform-adapter

parents 1b901967 86db8a2e
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,9 @@ fi
echo "Send request to ${URL} ..."
echo
for file in vorgang-*.xml;
SCRIPT_DIR=$(cd $(dirname "${BASH_SOURCE[0]}") && pwd)
for file in ${SCRIPT_DIR}/vorgang-*.xml;
do
curl -v --header "Content-Type: text/xml;charset=UTF-8" --data @$file ${URL};
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment