From 2092280a3a0cd749fc2869ae29ce8a25d7c1a055 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sat, 19 Jan 2019 17:20:51 +0100 Subject: [PATCH] core127: ovpn ca index.txt is also missing on some installations Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/127/update.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/config/rootfiles/core/127/update.sh b/config/rootfiles/core/127/update.sh index 537d9e8a43..b5c72ad4ef 100644 --- a/config/rootfiles/core/127/update.sh +++ b/config/rootfiles/core/127/update.sh @@ -17,7 +17,7 @@ # along with IPFire; if not, write to the Free Software # # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # # -# Copyright (C) 2018 IPFire-Team . # +# Copyright (C) 2019 IPFire-Team . # # # ############################################################################ # @@ -48,10 +48,13 @@ ldconfig # Regenerate squid configuration file sudo -u nobody /srv/web/ipfire/cgi-bin/proxy.cgi -# If not exist create ovpn ca index.txt.attr and fix rights +# If not exist create ovpn ca index.txt(.attr) and fix rights touch /var/ipfire/ovpn/ca/index.txt.attr chmod 644 /var/ipfire/ovpn/ca/index.txt.attr chown nobody:nobody /var/ipfire/ovpn/ca/index.txt.attr +touch /var/ipfire/ovpn/ca/index.txt +chmod 644 /var/ipfire/ovpn/ca/index.txt +chown nobody:nobody /var/ipfire/ovpn/ca/index.txt # Start services /etc/init.d/unbound restart -- 2.39.2