From: Arne Fitzenreiter Date: Sat, 19 Jan 2019 11:08:07 +0000 (+0100) Subject: core127: fix typo X-Git-Tag: v2.21-core127~7 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=4cba04ce288de78f8382fd88cd5538bb4e435724 core127: fix typo Signed-off-by: Arne Fitzenreiter --- diff --git a/config/rootfiles/core/127/update.sh b/config/rootfiles/core/127/update.sh index 33604fc725..537d9e8a43 100644 --- a/config/rootfiles/core/127/update.sh +++ b/config/rootfiles/core/127/update.sh @@ -51,7 +51,7 @@ 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 +chown nobody:nobody /var/ipfire/ovpn/ca/index.txt.attr # Start services /etc/init.d/unbound restart