Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Added log to correct place
Browse files Browse the repository at this point in the history
  • Loading branch information
villadalmine committed Sep 13, 2016
1 parent 8bb5c95 commit 1be79b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions container_files/bin/configure_shibd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [[ $COMANAGE_SERVER_FQDN && ${COMANAGE_SERVER_FQDN-x} ]]; then
sed -i "s|COMANAGE_SERVER_FQDN|$COMANAGE_SERVER_FQDN|g" /opt/etc/shibboleth/shibboleth2.xml
echo "shibboleth2.xml parsed" >> $log
else
echo "Variable COMANAGE_SERVER_FQDN not found"
echo "Variable COMANAGE_SERVER_FQDN not found" >> $log
fi
echo "Shibboleth xml parsing finish"
echo "Shibboleth xml parsing finish" >> $log
date >> $log

0 comments on commit 1be79b7

Please sign in to comment.