From b0fd86a9d0718a05642eabf81ce1cf84d33fd712 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sun, 26 Jul 2015 18:04:24 +0200 Subject: [PATCH] Fix rights issue with openvpn scripts --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index b8c17cc..982255f 100755 --- a/install.sh +++ b/install.sh @@ -168,6 +168,7 @@ printf "\n################## Setup web application ##################\n" # Copy bash scripts (which will insert row in MySQL) cp -r "$base_path/installation/scripts" "/etc/openvpn/" +chmod +x "/etc/openvpn/scripts/*" # Create the directory of the web application mkdir "$openvpn_admin"