This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
openconnect: corrected typo
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
lilik-openwrt-22.03
Nikos Mavrogiannopoulos
11 years ago
parent
1f9fe8b0b1
commit
144cb1e0bc
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/openconnect/files/openconnect.sh
+ 1
- 1
net/openconnect/files/openconnect.sh
View File
@ -26,7 +26,7 @@ proto_openconnect_setup() {
for
ip in
$(
resolveip -t
10
"
$server
"
)
;
do
(
proto_add_host_dependency
"
$config
"
"
$ip
"
)
serv_addr
=
1
fi
done
[
-n
"
$serv_addr
"
]
||
{
logger -t openconnect
"
Could not resolve server address: '
$server
'
"
sleep
20
Write
Preview
Loading…
Cancel
Save