Skip to content

Commit

Permalink
add comanage SP
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Dec 4, 2020
1 parent f901a69 commit c127819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Workbench/idp/container_files/system/setservername.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

files="/opt/shibboleth-idp/metadata/idp-metadata.xml /opt/shibboleth-idp/metadata/grouper-sp.xml /opt/shibboleth-idp/metadata/proxy-sp.xml"
files="/opt/shibboleth-idp/metadata/idp-metadata.xml /opt/shibboleth-idp/metadata/grouper-sp.xml /opt/shibboleth-idp/metadata/proxy-sp.xml /opt/shibboleth-idp/metadata/comanage-sp.xml"

for file in $files
do
sed -i "s|__CSPHOSTNAME__|$CSPHOSTNAME|g" $file
done
done

0 comments on commit c127819

Please sign in to comment.