From 604c53048d62a8c602584eca96150b6de3f9fc81 Mon Sep 17 00:00:00 2001 From: simono41 Date: Fri, 3 Nov 2017 18:22:51 +0100 Subject: [PATCH] fix --- openvpn-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/openvpn-install.sh b/openvpn-install.sh index a43cf49..31d0f8e 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -380,6 +380,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