From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH 16/20] Core Update 157: Remove executable bit less ugly Date: Mon, 17 May 2021 21:06:32 +0200 Message-ID: <62f381bd-c870-107a-cd81-27cb283660bb@ipfire.org> In-Reply-To: <0334d010-8b7d-7e4c-bf29-83f9bf12c229@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5986274432251822265==" List-Id: --===============5986274432251822265== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Peter M=C3=BCller --- 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 e270ef338..d71c9688c 100644 --- a/config/rootfiles/core/157/update.sh +++ b/config/rootfiles/core/157/update.sh @@ -105,10 +105,12 @@ ldconfig =20 # 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 =20 # Delete scrubbed files rm -f \ --=20 2.26.2 --===============5986274432251822265==--