From: Michael Tremer Date: Mon, 13 Apr 2015 08:24:44 +0000 (+0200) Subject: core89: Create temporary files in update to avoid reboot X-Git-Tag: v2.17-core89~1^2~7 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=01c82dbaa325336698b3c826ba0ba451b90eefe0;hp=abd93c424197b8e0bd3dbc57fcef43cdfc0141ab core89: Create temporary files in update to avoid reboot --- diff --git a/config/rootfiles/core/89/update.sh b/config/rootfiles/core/89/update.sh index 832feaad63..404315488e 100644 --- a/config/rootfiles/core/89/update.sh +++ b/config/rootfiles/core/89/update.sh @@ -72,6 +72,12 @@ rm -f \ /usr/sbin/ovpn-collectd-convert chown nobody.nobody /var/ipfire/ovpn/collectd.vpn +mkdir -p /var/run/openvpn +touch /var/run/ovpnserver.log +chown nobody.nobody \ + /var/run/openvpn \ + /var/run/ovpnserver.log + # Fix #10625 mkdir -p /etc/logrotate.d