summaryrefslogtreecommitdiff
path: root/example/all.sh
diff options
context:
space:
mode:
authorHank Leininger <hlein@korelogic.com>2014-04-02 21:39:50 -0400
committerHank Leininger <hlein@korelogic.com>2014-04-02 21:39:50 -0400
commita5a2a355f404328742aa507cc24ea3a5cb921124 (patch)
tree9c374234fd09979384157c3a86f38f602fe603fd /example/all.sh
parentcc42e88872992d46149889e821ad90d94e9fdd7b (diff)
downloadpysaml2-a5a2a355f404328742aa507cc24ea3a5cb921124.tar.gz
Fix the idp_conf.py / conf.py disagreement.
My guess is a file got renamed at some point w/o all.sh being updated to reflect the change.
Diffstat (limited to 'example/all.sh')
-rwxr-xr-xexample/all.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/example/all.sh b/example/all.sh
index b58cdafb..ac03c3a8 100755
--- a/example/all.sh
+++ b/example/all.sh
@@ -9,7 +9,7 @@ startme() {
cd ../idp2
if [ ! -f idp_conf.py ] ; then
- cp idp_conf.py.example conf.py
+ cp idp_conf.py.example idp_conf.py
fi
../../tools/make_metadata.py idp_conf > idp.xml
@@ -34,4 +34,4 @@ case "$1" in
*) echo "usage: $0 start|stop|restart" >&2
exit 1
;;
-esac \ No newline at end of file
+esac