summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorArne Neumann <a.neumann@emperra.com>2016-01-29 11:23:09 +0100
committerArne Neumann <a.neumann@emperra.com>2016-01-29 11:23:09 +0100
commit1aee96a69c10be81053cb0d039197d0824bc512b (patch)
tree38d0808f8842d99fa0e14b0e0c168066c513e2e5 /example
parent01e0fafe855280ed164789748411486a7f796a70 (diff)
downloadpysaml2-1aee96a69c10be81053cb0d039197d0824bc512b.tar.gz
fix #308: make all.sh and sp-wsgi examples work again
Diffstat (limited to 'example')
-rwxr-xr-xexample/all.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/example/all.sh b/example/all.sh
index efbc1453..06e09b8b 100755
--- a/example/all.sh
+++ b/example/all.sh
@@ -5,6 +5,9 @@ startme() {
if [ ! -f sp_conf.py ] ; then
cp sp_conf.py.example sp_conf.py
fi
+ if [ ! -f service_conf.py ] ; then
+ cp service_conf.py.example service_conf.py
+ fi
../../tools/make_metadata.py sp_conf > sp.xml
cd ../idp2