From 5bc0e7e8e4852cbb07dc066657ad8767e108c4d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Tue, 17 Apr 2018 15:26:44 +0100 Subject: [PATCH] fix: recursively chown directories --- root/etc/s6.d/matomo/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/s6.d/matomo/run b/root/etc/s6.d/matomo/run index 2eda8e2..31209e3 100755 --- a/root/etc/s6.d/matomo/run +++ b/root/etc/s6.d/matomo/run @@ -5,5 +5,5 @@ fi ln -s /config/config.ini.php /matomo/config/config.ini.php -chown ${UID}:${GID} /config /matomo /var/log/php7 +chown -R ${UID}:${GID} /config /matomo /var/log/php7 s6-svc -O /etc/s6.d/matomo