git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
4e16925
)
openconnect: increased the timeout value for retrying
author
Nikos Mavrogiannopoulos
<redacted>
Sun, 28 Sep 2014 16:26:26 +0000
(18:26 +0200)
committer
Nikos Mavrogiannopoulos
<redacted>
Sun, 28 Sep 2014 16:27:30 +0000
(18:27 +0200)
Signed-off-by: Nikos Mavrogiannopoulos <redacted>
net/openconnect/files/openconnect.sh
patch
|
blob
|
history
diff --git
a/net/openconnect/files/openconnect.sh
b/net/openconnect/files/openconnect.sh
index 404ed6b6db52fcce141e3560279aba7517c85392..ad708073a39048fa5734d942d90ea66713e9c184 100755
(executable)
--- a/
net/openconnect/files/openconnect.sh
+++ b/
net/openconnect/files/openconnect.sh
@@
-29,7
+29,7
@@
proto_openconnect_setup() {
done
[ -n "$serv_addr" ] || {
logger -t openconnect "Could not resolve server address: '$server'"
- sleep
2
0
+ sleep
6
0
proto_setup_failed "$config"
exit 1
}
git clone https://git.99rst.org/PROJECT