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