Update permissions

- Set executable bit for ikev2.sh
This commit is contained in:
hwdsl2 2021-04-26 22:55:32 -05:00
parent c9e3bff6e2
commit c55bdd7d13
3 changed files with 3 additions and 3 deletions

View File

@ -199,7 +199,7 @@ bigecho "Downloading IKEv2 script..."
ikev2_url="https://github.com/hwdsl2/setup-ipsec-vpn/raw/master/extras/ikev2setup.sh"
(
set -x
wget -t 3 -T 30 -q -O ikev2.sh "$ikev2_url"
wget -t 3 -T 30 -q -O ikev2.sh "$ikev2_url" && chmod +x ikev2.sh
) || /bin/rm -f ikev2.sh
bigecho "Downloading Libreswan..."

View File

@ -163,7 +163,7 @@ bigecho "Downloading IKEv2 script..."
ikev2_url="https://github.com/hwdsl2/setup-ipsec-vpn/raw/master/extras/ikev2setup.sh"
(
set -x
wget -t 3 -T 30 -q -O ikev2.sh "$ikev2_url"
wget -t 3 -T 30 -q -O ikev2.sh "$ikev2_url" && chmod +x ikev2.sh
) || /bin/rm -f ikev2.sh
bigecho "Downloading Libreswan..."

View File

@ -212,7 +212,7 @@ bigecho "Downloading IKEv2 script..."
ikev2_url="https://github.com/hwdsl2/setup-ipsec-vpn/raw/master/extras/ikev2setup.sh"
(
set -x
wget -t 3 -T 30 -q -O ikev2.sh "$ikev2_url"
wget -t 3 -T 30 -q -O ikev2.sh "$ikev2_url" && chmod +x ikev2.sh
) || /bin/rm -f ikev2.sh
bigecho "Downloading Libreswan..."