Skip to content

Commit 748150d

Browse files
fixed readme and added another wait cycle in ikev2_launch
1 parent 04e8dba commit 748150d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ python3 python3-tk python3-requests openvpn wget unzip
1919
```
2020
and
2121
```
22-
strongswan strongswan-ikev2 libstrongswan-standard-plugins libstrongswan-extra-plugins libstrongswan-extra-plugins libcharon-extra-plugins
22+
strongswan strongswan-ikev2 libstrongswan-standard-plugins libstrongswan-extra-plugins libcharon-extra-plugins
2323
```
2424
to support ikev2 (facultative)
2525
```

bin/vpn_util/ikev2.py

+1
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ def ikev2_connect(username, password, server):
204204
# waiting until confs are loaded (otherwise configuration needed will not be found)
205205
__ikev2_wait__()
206206
__ikev2_wait__()
207+
__ikev2_wait__()
207208

208209
# launches the connection
209210
__ikev2_launch__()

0 commit comments

Comments
 (0)