From f79bd3b787a6d255bb42de2f4f451606a682329f Mon Sep 17 00:00:00 2001 From: simono41 Date: Sun, 1 Oct 2017 19:30:04 +0200 Subject: [PATCH] fix --- openvpn-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/openvpn-install.sh b/openvpn-install.sh index c07fe61..2f2bf2c 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -547,6 +547,7 @@ RemainAfterExit=yes [Install] WantedBy=multi-user.target" > /etc/systemd/system/rc-local.service + touch /etc/rc.local chmod +x /etc/rc.local systemctl enable rc-local.service if ! grep '#!' $RCLOCAL; then