Skip to content
Snippets Groups Projects
Commit 5a65bf2d authored by OZG-Cloud Team's avatar OZG-Cloud Team
Browse files

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

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