From 4dfde0c08817e740eff09e8ffb59a2a419794204 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Mon, 17 May 2021 21:06:32 +0200 Subject: [PATCH] Core Update 157: Remove executable bit less ugly MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller Signed-off-by: Michael Tremer --- config/rootfiles/core/157/update.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config/rootfiles/core/157/update.sh b/config/rootfiles/core/157/update.sh index e270ef3385..d71c9688cb 100644 --- a/config/rootfiles/core/157/update.sh +++ b/config/rootfiles/core/157/update.sh @@ -105,10 +105,12 @@ ldconfig # Fix file permissions changed chmod -s /usr/bin/gpg -chmod -x /var/ipfire/fwhosts/icmp-types +chmod -x \ + /var/ipfire/fwhosts/icmp-types \ + /var/ipfire/ovpn/ovpn-leases.db + chown -R root:root /var/ipfire/urlfilter/bin chown -R root:root /var/ipfire/updatexlrator/bin -chmod 600 /var/ipfire/ovpn/ovpn-leases.db # Delete scrubbed files rm -f \ -- 2.39.5