From: Arne Fitzenreiter Date: Sat, 19 Jan 2019 09:02:17 +0000 (+0100) Subject: core127: add ovpn ca changes to update X-Git-Tag: v2.21-core127~8 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=3d476ab017763b44deff9206c97b7cfb548ffa7e core127: add ovpn ca changes to update Signed-off-by: Arne Fitzenreiter --- 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