From 77e04a22ed31cc453f198cc202954b0ecd6222e1 Mon Sep 17 00:00:00 2001 From: Adam Zheng Date: Fri, 8 Sep 2017 11:14:17 -0500 Subject: [PATCH] Reapply changes lost in merge error --- 1.14.16/install-simplesamlphp.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1.14.16/install-simplesamlphp.sh b/1.14.16/install-simplesamlphp.sh index 6420200..89caad5 100644 --- a/1.14.16/install-simplesamlphp.sh +++ b/1.14.16/install-simplesamlphp.sh @@ -207,7 +207,7 @@ if ! [ $? -ne 0 ]; then fi #Apply server certificate check in a TLS session -echo "TLS_REQCERT=$OPENLDAP_TLS_REQCERT" >> /etc/openldap/ldap.conf +echo -e "TLS_REQCERT\t$OPENLDAP_TLS_REQCERT" >> /etc/openldap/ldap.conf #Configure SimpleSAMLphp from runtime variables. @@ -273,7 +273,7 @@ if [ "$CONFIG_STORETYPE" == "memcache" ]; then fi fi -chown php-fpm:php-fpm /var/simplesamlphp/log +chown php-fpm:php-fpm /var/simplesamlphp/log/ touch /var/simplesamlphp/config/.dockersetupdone