vpnc-script: enable reconnect

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
This commit is contained in:
Nikos Mavrogiannopoulos 2019-12-18 21:21:37 +01:00
parent f57ca519ac
commit b46f4ecd37

View file

@ -210,6 +210,9 @@ case "$reason" in
reconnect)
run_hooks reconnect
;;
attempt-reconnect)
run_hooks attempt-reconnect
;;
*)
logger -t openconnect "unknown reason '$reason'. Maybe vpnc-script is out of date" 1>&2
exit 1