Update permissions
- Set executable bit for ikev2.sh
This commit is contained in:
parent
c9e3bff6e2
commit
c55bdd7d13
3 changed files with 3 additions and 3 deletions
|
@ -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..."
|
||||
|
|
|
@ -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..."
|
||||
|
|
|
@ -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..."
|
||||
|
|
Loading…
Add table
Reference in a new issue