From 608095b0fdafd7cd3b9e390f837c032ee55ee7b1 Mon Sep 17 00:00:00 2001 From: Adam Zheng Date: Thu, 7 Sep 2017 09:43:54 -0500 Subject: [PATCH] Reapply changes lost from Merge pull request #7 from Venator-Fox/hotfix/loggingdir-ownership --- 1.14.15/install-simplesamlphp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1.14.15/install-simplesamlphp.sh b/1.14.15/install-simplesamlphp.sh index c5c47ba..f982f7e 100644 --- a/1.14.15/install-simplesamlphp.sh +++ b/1.14.15/install-simplesamlphp.sh @@ -269,7 +269,7 @@ if [ "$CONFIG_STORETYPE" == "memcache" ]; then fi fi -chown nginx:nginx /var/simplesamlphp/log +chown php-fpm:php-fpm /var/simplesamlphp/log touch /var/simplesamlphp/config/.dockersetupdone