Skip to content

Commit

Permalink
Correct make_metadata.py path
Browse files Browse the repository at this point in the history
  • Loading branch information
lastradanet authored and c00kiemon5ter committed Nov 7, 2023
1 parent 9932281 commit 0a3a0e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ startme() {
if [ ! -f service_conf.py ] ; then
cp service_conf.py.example service_conf.py
fi
../../tools/make_metadata.py sp_conf > sp.xml
../../src/saml2/tools/make_metadata.py sp_conf > sp.xml

cd ../idp2
if [ ! -f idp_conf.py ] ; then
cp idp_conf.py.example idp_conf.py
fi
../../tools/make_metadata.py idp_conf > idp.xml
../../src/saml2/tools/make_metadata.py idp_conf > idp.xml

cd ../sp-wsgi
./sp.py sp_conf &
Expand Down

0 comments on commit 0a3a0e4

Please sign in to comment.