Files
packages/net/openconnect/files
Thomas Winkler 15500a07f8 openconnect: fix token_script error handling/logging
When token_script fails, proto_setup_failed() notifies netifd that
setup has failed, but script execution continues regardless.
This commit adds exit 1 and sleep 5 (consistent with wireguard.sh
error handling) to abort setup on token_script failure. Also fix
typo in logger tag ("openconenct" -> "openconnect").

Signed-off-by: Thomas Winkler <tewinkler86@gmail.com>
2026-03-14 08:11:05 +01:00
..