From 1be79b79ae13de250c6621933b8d1e06e1cb3f42 Mon Sep 17 00:00:00 2001 From: villadalmine Date: Tue, 13 Sep 2016 20:34:37 -0300 Subject: [PATCH] Added log to correct place --- container_files/bin/configure_shibd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/container_files/bin/configure_shibd.sh b/container_files/bin/configure_shibd.sh index b886c25..a76961f 100755 --- a/container_files/bin/configure_shibd.sh +++ b/container_files/bin/configure_shibd.sh @@ -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