From 3d476ab017763b44deff9206c97b7cfb548ffa7e Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sat, 19 Jan 2019 10:02:17 +0100 Subject: [PATCH] core127: add ovpn ca changes to update Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/127/update.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/rootfiles/core/127/update.sh b/config/rootfiles/core/127/update.sh index 8960ed46a4..33604fc725 100644 --- a/config/rootfiles/core/127/update.sh +++ b/config/rootfiles/core/127/update.sh @@ -48,6 +48,11 @@ 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 +touch /var/ipfire/ovpn/ca/index.txt.attr +chmod 644 /var/ipfire/ovpn/ca/index.txt.attr +chmod nobody:nobody /var/ipfire/ovpn/ca/index.txt.attr + # Start services /etc/init.d/unbound restart /etc/init.d/squid start -- 2.39.2