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