Update permissions
- Set executable bit for ikev2.sh
This commit is contained in:
parent
c9e3bff6e2
commit
c55bdd7d13
@ -199,7 +199,7 @@ bigecho "Downloading IKEv2 script..."
|
|||||||
ikev2_url="https://github.com/hwdsl2/setup-ipsec-vpn/raw/master/extras/ikev2setup.sh"
|
ikev2_url="https://github.com/hwdsl2/setup-ipsec-vpn/raw/master/extras/ikev2setup.sh"
|
||||||
(
|
(
|
||||||
set -x
|
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
|
) || /bin/rm -f ikev2.sh
|
||||||
|
|
||||||
bigecho "Downloading Libreswan..."
|
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"
|
ikev2_url="https://github.com/hwdsl2/setup-ipsec-vpn/raw/master/extras/ikev2setup.sh"
|
||||||
(
|
(
|
||||||
set -x
|
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
|
) || /bin/rm -f ikev2.sh
|
||||||
|
|
||||||
bigecho "Downloading Libreswan..."
|
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"
|
ikev2_url="https://github.com/hwdsl2/setup-ipsec-vpn/raw/master/extras/ikev2setup.sh"
|
||||||
(
|
(
|
||||||
set -x
|
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
|
) || /bin/rm -f ikev2.sh
|
||||||
|
|
||||||
bigecho "Downloading Libreswan..."
|
bigecho "Downloading Libreswan..."
|
||||||
|
Loading…
Reference in New Issue
Block a user