From 39d6705063c1e00d946bfd1c9949666b3393527e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Fri, 18 Nov 2022 13:38:29 +0000 Subject: [PATCH] Core Update 172: Fix menu.d file permissions MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/172/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rootfiles/core/172/update.sh b/config/rootfiles/core/172/update.sh index d9a4d008f3..2cdd78bc48 100644 --- a/config/rootfiles/core/172/update.sh +++ b/config/rootfiles/core/172/update.sh @@ -99,7 +99,7 @@ ldconfig /usr/local/bin/sshctrl # Correct permissions of some library files -chown -v root:root /var/ipfire/connscheduler/lib.pl /var/ipfire/updatexlrator/updxlrator-lib.pl +chown -Rv root:root /var/ipfire/connscheduler/lib.pl /var/ipfire/updatexlrator/updxlrator-lib.pl /var/ipfire/menu.d/* # Start services /etc/init.d/unbound start -- 2.39.5