Browse Source

openconnect: use SIGINT to bring down openconnect

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
lilik-openwrt-22.03
Nikos Mavrogiannopoulos 10 years ago
parent
commit
6cbf21b65d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/openconnect/files/openconnect.sh

+ 1
- 1
net/openconnect/files/openconnect.sh View File

@ -68,7 +68,7 @@ proto_openconnect_teardown() {
rm -f $pwfile
logger -t openconnect "bringing down openconnect"
proto_kill_command "$config"
proto_kill_command "$config" 2
}
add_protocol openconnect

Loading…
Cancel
Save