We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9932281 commit 0a3a0e4Copy full SHA for 0a3a0e4
example/all.sh
@@ -8,13 +8,13 @@ startme() {
8
if [ ! -f service_conf.py ] ; then
9
cp service_conf.py.example service_conf.py
10
fi
11
- ../../tools/make_metadata.py sp_conf > sp.xml
+ ../../src/saml2/tools/make_metadata.py sp_conf > sp.xml
12
13
cd ../idp2
14
if [ ! -f idp_conf.py ] ; then
15
cp idp_conf.py.example idp_conf.py
16
17
- ../../tools/make_metadata.py idp_conf > idp.xml
+ ../../src/saml2/tools/make_metadata.py idp_conf > idp.xml
18
19
cd ../sp-wsgi
20
./sp.py sp_conf &
0 commit comments