diff --git a/config/rootfiles/core/127/update.sh b/config/rootfiles/core/127/update.sh index 537d9e8a4..b5c72ad4e 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