From f3ff29d6c70584298f82a6f3f5e398bb0367b583 Mon Sep 17 00:00:00 2001 From: TheKinrar Date: Fri, 25 Nov 2016 18:25:37 +0100 Subject: [PATCH] rc.local fix --- openvpn-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/openvpn-install.sh b/openvpn-install.sh index 26eabf1..345b49a 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -304,6 +304,7 @@ RemainAfterExit=yes [Install] WantedBy=multi-user.target" > /etc/systemd/system/rc-local.service + chmod +x /etc/rc.local systemctl enable rc-local.service if ! grep '#!' $RCLOCAL; then echo "#!/bin/bash" > $RCLOCAL