From 137e76ff00fbf75b5705dee5a69e5c2f49aa114e Mon Sep 17 00:00:00 2001 From: jo Date: Wed, 4 May 2022 15:36:50 +0200 Subject: [PATCH] fix: don't set log folder permissions recursivly --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index fec998776..bb68f0763 100755 --- a/install +++ b/install @@ -1050,7 +1050,7 @@ verbose "...Done" verbose "\n * Setting permissions on /var/log/libretime..." # Make the airtime log directory group-writable -loudCmd "chmod -R 775 /var/log/libretime" +loudCmd "chmod 775 /var/log/libretime" loud "\n-----------------------------------------------------" loud " * Configuring PHP in Apache * "